WireLess Studio Widgets Developer's Guide
WSWDG ContentsWidgets description

WS_RADIO_BUTTON

Displays a clickable text radio Button.

Display: Displays a small circle with text that can be checked.
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
SetGroupId

Remarks

When a radio button 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: RadioButtonDemoModule.bas.txt