Accusoft.ImagXpress13.Net
SetToolVisible Method




The Tool enumeration value which represents the tool to set the visibility on.
A boolean value which is true to set the given tool to visible. Otherwise, false should be set.
Sets the tools visibility.
Syntax
'Declaration
 
Public Sub SetToolVisible( _
   ByVal tool As Tool, _
   ByVal visible As Boolean _
) 
'Usage
 
Dim instance As Toolbar
Dim tool As Tool
Dim visible As Boolean
 
instance.SetToolVisible(tool, visible)
public void SetToolVisible( 
   Tool tool,
   bool visible
)
public: void SetToolVisible( 
   Tool tool,
   bool visible
) 
public:
void SetToolVisible( 
   Tool tool,
   bool visible
) 

Parameters

tool
The Tool enumeration value which represents the tool to set the visibility on.
visible
A boolean value which is true to set the given tool to visible. Otherwise, false should be set.
Remarks

Note: When a tool is visible, it displays on the toolbar.

See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback