BCGControlBar Library for .NET
AutoHideButton Class
Members 




Inherits from the Windows.Forms.Control and implements such interfaces as IResizeTarget, ISerializable. Provides the functionality of a button that triggers show and hide of a docking pane that was switched to autohide mode.  An AutoHideButton object is instantiated automatically by the framework when a docking pane is switched to autohide mode. An autohide button is disposed automatically by the framework when a docking pane is switched to normal docked mode.
Object Model
AutoHideButton ClassDockingPane Class
Syntax
'Declaration
 
Public Class AutoHideButton 
   Inherits System.Windows.Forms.Control
   Implements IResizeTarget 
'Usage
 
Dim instance As AutoHideButton
public class AutoHideButton : System.Windows.Forms.Control, IResizeTarget  
public __gc class AutoHideButton : public System.Windows.Forms.Control, IResizeTarget  
public ref class AutoHideButton : public System.Windows.Forms.Control, IResizeTarget  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            BCGSoft.ControlBars.AutoHideButton

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoHideButton Members
BCGSoft.ControlBars Namespace

Send Feedback