pub unsafe extern "C" fn uiControlEnabled(c: *mut uiControl) -> i32
Expand description

Returns whether or not the control is enabled.

Defaults to true.

@param c uiControl instance. @see uiControlEnabledToUser @memberof uiControl