IupGetClassType

Definition: include pGUI.e

string res = IupGetClassType(Ihandle ih)
Description: Returns the name of the native type of an interface element.

ih: Identifier of the interface element.

Returns: the class type.
Notes: There are only a few pre-defined class types:

"void" - No native representation - HBOX, VBOX, ZBOX, FILL, RADIO
"control" - Native controls - BUTTON, LABEL, TOGGLE, LIST, TEXT, MULTILINE, ITEM, SEPARATOR, SUBMENU, FRAME, others
"canvas" - Drawing canvas, also used as a base control for custom controls.
"dialog"
"image"
"menu"
See Also: IupGetClassName, IupGetAllAttributes