ctrlStyle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "{{HashLink" to "{{Link")
 
Line 8: Line 8:
|gr1= GUI Control
|gr1= GUI Control


|descr= Returns the provided control's style. See {{HashLink|Arma: GUI Configuration#Control Styles}}.
|descr= Returns the provided control's style. See {{Link|Arma: GUI Configuration#Control Styles}}.


|s1= [[ctrlStyle]] control
|s1= [[ctrlStyle]] control
Line 14: Line 14:
|p1= control: [[Control]]
|p1= control: [[Control]]


|r1= [[Number]] - see {{HashLink|Arma: GUI Configuration#Control Styles}}
|r1= [[Number]] - see {{Link|Arma: GUI Configuration#Control Styles}}


|x1= <sqf>
|x1= <sqf>

Latest revision as of 18:44, 4 January 2023

Hover & click on the images for description

Description

Description:
Returns the provided control's style. See Arma: GUI Configuration - Control Styles.
Groups:
GUI Control

Syntax

Syntax:
ctrlStyle control
Parameters:
control: Control
Return Value:
Number - see Arma: GUI Configuration - Control Styles

Examples

Example 1:
private _ctrlStyle = ctrlStyle _myControl; private _bitFlags = _ctrlStyle call BIS_fnc_bitflagsToArray; if (2 in _bitFlags) then { hint "This control has centered text!"; };

Additional Information

See also:
ctrlType BIS_fnc_bitflagsToArray

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note