WireLess Studio Widgets Developer's Guide
WSWDG ContentsWidgets description

WS_BUTTON

Displays a clickable Button with text and image.

Display: A text. Text may be at right or left side of icon following text attributes WS_CENTER, WS_RIGHT and WS_LEFT (See CreateCustomFont for more information).
Also an icon extracted form a resource dll.
Input: Clickable.

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

Specific methods:
EnableFlatStyle
SetIcon

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