Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > CONTROL ADD BUTTON > BUTTON Style |
|
Equates for BUTTON Style.
Symbol |
Meaning |
%BS_BOTTOM |
|
%BS_CENTER |
|
%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 |
|
%WS_BORDER |
|
%WS_DISABLED |
|
%WS_GROUP |
|
%WS_TABSTOP |
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |