Accusoft.ImagXpress13.Net
GetItemChecked Method




A Tool enumeration value associated with the menu.
An integer value which represents the top-level menu ID.
Gets the checked status of the specified menu item.
Syntax
'Declaration
 
Public Function GetItemChecked( _
   ByVal tool As Tool, _
   ByVal topMenuId As Integer, _
   ByVal subMenuId As Integer _
) As Boolean
'Usage
 
Dim instance As ToolbarContextMenu
Dim tool As Tool
Dim topMenuId As Integer
Dim subMenuId As Integer
Dim value As Boolean
 
value = instance.GetItemChecked(tool, topMenuId, subMenuId)
public bool GetItemChecked( 
   Tool tool,
   int topMenuId,
   int subMenuId
)
public: bool GetItemChecked( 
   Tool tool,
   int topMenuId,
   int subMenuId
) 
public:
bool GetItemChecked( 
   Tool tool,
   int topMenuId,
   int subMenuId
) 

Parameters

tool
A Tool enumeration value associated with the menu.
topMenuId
An integer value which represents the top-level menu ID.
subMenuId
An integer value which represents the sub-level menu ID.

Return Value

A boolean value which is true if the given item is checked. Otherwise, false is returned.
Remarks

If an item is checked, a check-mark is visible next to the item.

See Also

Reference

ToolbarContextMenu Class
ToolbarContextMenu Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback