Widget::DisableWidget
Defined in:
Disables a widget.
C4Widgets.h
Prototype
virtual void DisableWidget(void);
Description
The DisableWidget
function disables a widget, preventing it from receiving input events. The widget is still rendered, but possibly in a dimmed appearance depending on the type of the widget. Subnodes of a disabled widget are also considered to be disabled and do not receive input events.
See Also