Accusoft.ImagXpress13.Net
GetItemVisible Method




A Tool enumeration value associated with the menu item.
An integer value which represents the top-level menu in which the menu item resides.
Gets the visible status of the specified menu item.
Syntax
'Declaration
 
Public Function GetItemVisible( _
   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.GetItemVisible(tool, topMenuId, subMenuId)
public bool GetItemVisible( 
   Tool tool,
   int topMenuId,
   int subMenuId
)
public: bool GetItemVisible( 
   Tool tool,
   int topMenuId,
   int subMenuId
) 
public:
bool GetItemVisible( 
   Tool tool,
   int topMenuId,
   int subMenuId
) 

Parameters

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

Return Value

A boolean value which is true if the given menu item is visible. Otherwise, false is returned.
See Also

Reference

ToolbarContextMenu Class
ToolbarContextMenu Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback