Style types for create control

>CreateControl style types

CreateControl style types

These constants are used to specify the particular styles to be used for a control to be created by the CreateControl() forms method. It is used in conjunction with the type constant for that control.

DEF ENUM enumeration name KCML_STYLE_ENUM

Enumeration ValueValueDescription
_STYLE_MAIN_MENU0x0Main menu
_STYLE_POPUP_MENU0x1Popup menu
_STYLE_OK_BUTTON0xFFFDOK button
_STYLE_CANCEL_BUTTON0xFFFECancel button
_STYLE_HELP_BUTTON0xFFFFHelp button
_STYLE_NORMAL0x50010000Visible control with TABSTOP set
_STYLE_NO_TABSTOP0x50000000Visible control without TABSTOP set
_STYLE_DBEDIT0x50810080DBEdit
_STYLE_DBEDIT_DROPDOWN0x50810083DBEdit with drop down
_STYLE_DBEDIT_ELLIPSIS0x50810087DBEdit with ellpsis
0x50814083DBEdit with search button
_STYLE_GRID0x50011030Grid with standard horizontal and vertical lines and tabthrough
_STYLE_GRID_WHOLEDATAAWARE0x50015030Grid with standard properties and whole data-awareness
_STYLE_TREE0x50810007Tree
_STYLE_LIST0x50A10183Listbox
_STYLE_PICBUTTON0x5001000BPicture button
_STYLE_PICBUTTON_NOTABSTOP0x5000000BPicture button without TABSTOP set
_STYLE_RADIO0x50004004Radio button
_STYLE_STATIC_NOPREFIX0x50000080Static text where the & character is not intepreted as prefixing an accelerator character

Back to the list of Enumerations and Constants