WidgetRegistration::GetWidgetName
Defined in:
Returns the human-readable widget name.
C4Widgets.h
Prototype
const char *GetWidgetName(void) const;
Description
The GetWidgetName
function returns the human-readable widget name for a particular widget registration. The widget name is established when the widget registration is constructed.
See Also