uiControlEnabled

Function uiControlEnabled 

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

Returns whether or not the control is enabled.

Defaults to true.

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