WidgetRegistration::GetWidgetType
Defined in:
Returns the registered widget type.
C4Widgets.h
Prototype
WidgetType GetWidgetType(void) const;
Description
The GetWidgetType
function returns the widget type for a particular widget registration. The widget type is established when the widget registration is constructed.
See Also