WireLess Studio Widgets Developer's Guide
WSWDG ContentsWidgets description

WS_CHECKBOX

Displays a clickable text check box.

Display: Text, a two state indicator. The state of checkbox can be retrieved and set using the methods SetState and ModifyStyle respectively.
It's style can be changed using ModifyStyle.
Input: Clickable.

Common methods supported:
Enable
EnableSubmitMode
EnableTabStop
GetHeight
GetText
GetWidth
GetXCoord
GetYCoord
SetBackGroundColor
SetFont
SetPosition
SetSize
SetText
SetTextColor
Show

Specific methods:
GetState
ModifyStyle
SetState

Remarks

When a checkbox is using the WS_STYLE_PUSH_LIKE style the methods SetTextColor and SetBackGroundColor have no effects on the Win32 Client.

Visual Basic 6, Full Example: CheckBoxDemoModule.bas.txt