Gets or sets whether the control will automatically collapse and expand based on the location of the mouse cursor.
            
            
            
            
            
            
            
            public bool AutoHide {get; set;}
             
        
            
            'Declaration
 
Public Property AutoHide As Boolean
             
        
            
            'Usage
 
Dim instance As AutoHidePanel
Dim value As Boolean
 
instance.AutoHide = value
 
value = instance.AutoHide
             
        
            
        
            
        
            
            public: __property bool get_AutoHide();
public: __property void set_AutoHide( 
   bool value
);
             
        
            
            public:
property bool AutoHide {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
True to make the control collapse and expand automatically; Otherwise, false.