WidgetRegistration::GetWidgetFlags
Defined in:
Returns the widget registration flags.
C4Widgets.h
Prototype
uint32 GetWidgetFlags(void) const;
Description
The GetWidgetFlags
function returns the flags that were assigned to the widget type when the widget registration was created. The flags can be a combination (through logical OR) of the following constants.
kWidgetPanelOnly |
The widget can appear only in a panel effect. |
See Also