Gets the tools visibility.
'Declaration
Public Function GetToolVisible( _
ByVal 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
)
public: bool GetToolVisible(
Tool
)
public:
bool GetToolVisible(
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.