|
Mnemonic constant
|
Value
|
Meaning
|
|
STYLE_PUSHBUTTON
|
0 (default)
|
Selected by default, includes all the features of a normal Push Button also know as Command Button, but with many more options.
|
|
STYLE_CHECKBOX
|
1
|
Includes all the features of a normal Checkbox, but with many more options. (Not available with Light edition)
|
|
STYLE_RADIOBUTTON
|
2
|
Includes all the features of a normal Radio Button also known as Option Button, but with many more options
|
|
STYLE_FRAME
|
3
|
Includes all the features of a normal Frame control, but with many more options.
|
|
STYLE_PICTURE
|
4
|
Includes all the features of a normal Picture control, but with many more options. (Available only with Professional edition)
|
|
STYLE_CHECKBOX_STD
|
5
|
Includes all the features of a normal Standard Checkbox available in Windows with some further features such as picture choice, graphical borders and transparency. (Available only with Professional edition)
|
|
STYLE_RADIOBUTTON_STD
|
6
|
Includes all the features of a normal Standard Radio Button available in Windows with some further features such as picture choice, graphical borders and transparency. (Available only with Professional edition)
|
|
STYLE_LABEL
|
7
|
Includes all the features of a normal Label control also known as Static control, with the possibility to customize its graphical appearance. (Available only with Professional edition)
|