Accusoft.ImagXpress12.Net
SetItemChecked Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ToolbarContextMenu Class : SetItemChecked Method




tool
A Tool enumeration value associated to the menu.
topMenuId
An integer value which represents the top-level menu ID.
isChecked
A boolean value which is true to check visible next to the item and false to not have a check visible next to the item.
exclusive
A boolean value which is true when the item is checked and all other items on the same menu level are not checked. If this parameter is false and the item is checked, the other items on the same menu level can be checked as well.

Glossary Item Box

Sets if a menu item should have a checkmark visible next to the item.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

tool
A Tool enumeration value associated to the menu.
topMenuId
An integer value which represents the top-level menu ID.
subMenuId
An integer value which represents the sub-level menu ID.
isChecked
A boolean value which is true to check visible next to the item and false to not have a check visible next to the item.
exclusive
A boolean value which is true when the item is checked and all other items on the same menu level are not checked. If this parameter is false and the item is checked, the other items on the same menu level can be checked as well.

See Also

©2013. Accusoft Corporation. All Rights Reserved.