Gets the enabled value of the given tool.
            
            
            
            
            
            
            
            'Declaration
 
Public Function GetToolEnabled( _
   ByVal  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 
)
             
        
            
            public: bool GetToolEnabled( 
   Tool 
) 
             
        
            
            public:
bool GetToolEnabled( 
   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.