Gets or sets a value indicating whether or not currently licensed recognition modules will be taken into account in the
            appearance and behavior of the toolbar and property sheets.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property ToolBarLicenseCheck As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearRecZoneGUI
Dim value As Boolean
 
instance.ToolBarLicenseCheck = value
 
value = instance.ToolBarLicenseCheck
             
        
            
            public bool ToolBarLicenseCheck {get; set;}
             
        
            
            public: __property bool get_ToolBarLicenseCheck();
public: __property void set_ToolBarLicenseCheck( 
   bool value
);
             
        
            
            public:
property bool ToolBarLicenseCheck {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
True if License check is enabled, otherwise false. Default is true.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also