An interface for providing command related utility methods that register CommmandBinding and InputBinding objects for class owners and commands,
            add and remove command event handlers, and provides services for querying the status of a command.
            
            Object Model
            Syntax
            
            
            
            
            'Declaration
 
Public Interface IImGearCommandManager 
             
        
            
            'Usage
 
Dim instance As IImGearCommandManager
             
        
            
            public interface IImGearCommandManager 
             
        
            
            public __gc __interface IImGearCommandManager 
             
        
            
            public interface class IImGearCommandManager 
             
        
             
         
            
            
            
            
            
            
            
            
            
            
            See Also