Applies to
All controls, menu items
Description
Returns the formal control type name for the specified control. For example, 'EDITTABLE' and 'EDITFIELD' are returned for edit tables and edit fields, respectively.
Usage
objecttype = Get_Property (objectname, "TYPE")
See also
Utility("OBJECTLIST"), CTRLMAP Property, PART property, POS property, ID property, MV property
Controls and Their Types
Control Type | TYPE Property Returned |
---|---|
Bitmap | BITMAP |
Check Box with a Bitmap set | CHECKBMP |
Check Box | CHECKBOX |
Combo Box | COMBOBOX |
Edit Box | EDITBOX |
Editline | EDITFIELD |
Edit Table | EDITTABLE |
Group | GROUPBOX |
Horizontal Scroll Bar | HSCROLLBAR |
Horizontal Splitter Bar | HSPLITBAR |
List Box | LISTBOX |
Push button with a Bitmap set | PUSHBMP |
Push button | PUSHBUTTON |
Radio Group | RADIOGROUP |
Individual radio buttons within a radio group | RADIOBUTTON |
Labels | STATIC |
Tab control | TABCONTROL |
Vertical Scroll Bar | VSCROLLBAR |
Vertical Splitter Bar | VSPLITBAR |
Window | WINDOW |