Syntax
Lua |
---|
function Control:IsEnabled(); |
Returns
Type: booleanTrue if the control is enabled.
Remarks
Sets a flag indicating if the control is enabled. The enabled state is used to determine how a control can be interacted with by the user, typically ignoring user actions while disabled.