Accusoft.ImagXpress13.Net
GetToolEnabled Method




A Tool enumeration value which represents the tool to get the value of.
Gets the enabled value of the given tool.
Syntax
'Declaration
 
Public Function GetToolEnabled( _
   ByVal tool As Tool _
) As Boolean
'Usage
 
Dim instance As Toolbar
Dim tool As Tool
Dim value As Boolean
 
value = instance.GetToolEnabled(tool)
public bool GetToolEnabled( 
   Tool tool
)
public: bool GetToolEnabled( 
   Tool tool
) 
public:
bool GetToolEnabled( 
   Tool tool
) 

Parameters

tool
A Tool enumeration value which represents the tool to get the value of.

Return Value

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

Note: When a tool is enabled, the application end-user can then select it.

See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback