CheckBox.Image

Syntax

CheckBox.Image

Data Type

Picture

Purpose

Specifies a custom graphic for the CheckBox control.

Remarks

This property is used only when the style of the control is CheckBoxStyle_Button .

Use the Engine.Images property to obtain the TestStand images collection, and use the Images.FindImage method to obtain a particular image reference. Icon files are located in the <TestStand> \Components\Icons and <TestStand Public>\Components\Icons directories.

See Also

CheckBox.Style

CheckBoxStyles

Engine.Images

Images.FindImage