ctrlSetDisabledColor
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Sets the colorDisabled attribute of a control.
Syntax
- Syntax:
- ctrlSetDisabledColor [idc, color]
- Parameters:
- idc: Number
- color: Color - RGBA Color
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- ctrl ctrlSetDisabledColor color
- Parameters:
- ctrl: Control
- color: Color - RGBA Color
- Return Value:
- Nothing
Examples
- Example 1:
-
_control ctrlSetDisabledColor [0.5, 0.5, 0.5, 0.5];
Additional Information
- See also:
- ctrlSetActiveColor ctrlSetBackgroundColor ctrlTextColor
- Groups:
- GUI Control