Dlgtype is a member of the
IT_CTRL structure. Its values describe the control type.The following table lists the various control types and it describes the meaning of the control type when their name is not intuitive:
Dlgtype |
Description |
CTRL_STATIC |
A label |
CTRL_EDIT |
|
CTRL_PASSWORD |
Edit box for entering a password, which uses asterisks to hides the data entered |
CTRL_PUSHBUTTON |
|
CTRL_RADIOBUTTON |
|
CTRL_CHECKBOX |
|
CTRL_FRAMEBOX |
|
CTRL_LINE |
|
CTRL_MATCH |
Matchcode down arrow |
CTRL_LISTSTATIC |
Group of checkboxes |
CTRL_GRAPHSTATIC |
|
CTRL_MATCHFIX |
Matchcode that is not changeable |
CTRL_ICON |
|
CTRL_LISTCHECKBOX |
|
CTRL_TABLE |
|
CTRL_TABLE_CAPTION |
Table title |
CTRL_TABLE_COLUMN |
|
CTRL_TABLE_SELECTBTN |
Row selection control |
CTRL_MANAGER |
Control manager for tab strip, table, and step table type controls |
CTRL_TABBUTTON |
|
CTRL_TABSTRIP |