Widget::GetWidgetKey
Defined in:
Returns the widget key.
C4Widgets.h
Prototype
const WidgetKey& GetWidgetKey(void) const;
Description
The GetWidgetKey
function returns the widget key. The widget key is a string having up to 15 single-byte characters that can be used to identify one or more widgets in a panel. (The widget key does not need to be unique.) The initial key for a widget is the empty string.
See Also