Accusoft.ImagXpress13.Net
GetToolVisible Method




A Tool enumeration value which represents the tool to get the visibility on.
Gets the tools visibility.
Syntax
'Declaration
 
Public Function GetToolVisible( _
   ByVal tool As Tool _
) As Boolean
'Usage
 
Dim instance As Toolbar
Dim tool As Tool
Dim value As Boolean
 
value = instance.GetToolVisible(tool)
public bool GetToolVisible( 
   Tool tool
)
public: bool GetToolVisible( 
   Tool tool
) 
public:
bool GetToolVisible( 
   Tool tool
) 

Parameters

tool
A Tool enumeration value which represents the tool to get the visibility on.

Return Value

A boolean value which is true if the given tool is visible. Otherwise, false is returned.
Remarks

When a tool is visible, it displays in the toolbar.

See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback