Widget::EnableWidget
Defined in:
Enables a widget.
C4Widgets.h
Prototype
virtual void EnableWidget(void);
Description
The EnableWidget
function enables a widget so that it can receive input events.Widgets are enabled by default.
See Also