BUTTON Style

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Button Control > Button Control Creation > CONTROL ADD BUTTON >

BUTTON Style

 

Equates for BUTTON Style.

 

Symbol

Meaning

%BS_BOTTOM


%BS_CENTER

Default - used when no style is specified

%BS_DEFAULT

Create a button with a heavy black border. The user can select this button by pressing the ENTER key. This style is useful for enabling the user to quickly select the most likely option. You can only have one Default button per dialog. It is recommended to make id = 1, or id = %IDOK for this control. Synonym of %BS_DEFPUSHBUTTON.

%BS_DEFPUSHBUTTON


%BS_FLAT


%BS_LEFT


%BS_MULTILINE


%BS_NOTIFY


%BS_PUSHLIKE


%BS_RIGHT


%BS_TOP


%BS_VCENTER

Default - used when no style is specified

%WS_BORDER


%WS_DISABLED


%WS_GROUP


%WS_TABSTOP