menuSetCheck: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|gr1= GUI Control |GROUP1=" to "|gr1= GUI Control - Menu |GROUP1=")
m (Description)
Line 8: Line 8:
|gr1= GUI Control - Menu |GROUP1=
|gr1= GUI Control - Menu |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________
| Sets item on given path to be checked or not. |DESCRIPTION=
| Sets item on given path to be checked or not. By default menu strip entries are not checkable. Once this command was executed, an entry can be become checked and unchecked. If an entry is checked is indicated by a tick to the left of the entry's text. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[menuSetCheck]] [idc, path, checkedl] |SYNTAX=
| [[menuSetCheck]] [idc, path, checkedl] |SYNTAX=

Revision as of 23:25, 14 October 2020

Hover & click on the images for description

Description

Description:
Sets item on given path to be checked or not. By default menu strip entries are not checkable. Once this command was executed, an entry can be become checked and unchecked. If an entry is checked is indicated by a tick to the left of the entry's text.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuSetCheck [idc, path, checkedl]
Parameters:
idc: Number
path: Array
checked: Boolean
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
menuEnablemenuExpandmenuCollapsemenuSetDatamenuSetValuemenuSetActionmenuDeletemenuAdd‎menuHovermenuValuemenuURL‎menuTextmenuSort‎menuSizemenuEnabled‎menuCheckedmenuActionmenuShortcutTextmenuShortcutmenuPicturemenuDatamenuClearmenuSetPicture

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

Bottom Section