menuSetCheck: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Description)
mNo edit summary
Line 8: Line 8:
|gr1= GUI Control - Menu |GROUP1=
|gr1= GUI Control - Menu |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________
| 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=
| 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. Setting an entry to be checkable will overwrite set picture with [[menuSetPicture]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[menuSetCheck]] [idc, path, checkedl] |SYNTAX=
| [[menuSetCheck]] [idc, path, checkedl] |SYNTAX=

Revision as of 23:39, 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. Setting an entry to be checkable will overwrite set picture with menuSetPicture.
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