cbSetChecked: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "{{GameCategory|arma3|New Scripting Commands}} {{GameCategory|arma3|Scripting Commands}} {{uc:{{PAGENAME}}}}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[.*\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 22: | Line 22: | ||
_chk [[cbSetChecked]] [[true]];</code> | _chk [[cbSetChecked]] [[true]];</code> | ||
| [[cbChecked]], [[ctrlSetChecked]], [[ctrlChecked]] | |seealso= [[cbChecked]], [[ctrlSetChecked]], [[ctrlChecked]] | ||
}} | }} |
Revision as of 23:11, 16 February 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control
Syntax
- Syntax:
- Syntax needed
- Parameters:
- control : Control
- state : Boolean
- Return Value:
- Return value needed
Examples
- Example 1:
_myCheckBox cbSetChecked true;
- Example 2:
_disp = findDisplay 46 createDisplay "RscDisplayEmpty"; _chk = _disp ctrlCreate ["RscCheckBox", -1]; _chk cbSetChecked true;
Additional Information
- See also:
- cbCheckedctrlSetCheckedctrlChecked
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