Check Box

An item can be selected or deselected, and its state is displayed to the user.

This is what a check box looks:

Common Properties

Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Cursor, Tooltip, Focusable, Popup Menu

Custom Properties

Text

(Default Property)

Text of check box label.

Property name: text

Property type: String

Selected

Flag indicating that check box is selected (checked).

Property name: selected

Property type: Boolean

iconS

Selects PNG images for checked and unchecked states. Images should be selected for both states.

Property name: icons

Property type: Data Table

Common Events

Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost

Was this page helpful?