BCGControlBar Library for .NET
GetAutoHidePanel Method




The dockstyle of the target autohide panel.
Returns an autohide panel from the autohide panels' collection with the specified docking edge. If such an autohide panel will not be found the null reference will be returned. Called by the framework when it is necessary to find the AutoHidePanel. It is used on setting Autohide mode, adjusting the layout of the controls and docking any control within the parent form.
Syntax
'Declaration
 
Public Function GetAutoHidePanel( _
   ByVal dock As DockStyle _
) As AutoHidePanel
'Usage
 
Dim instance As DockManager
Dim dock As DockStyle
Dim value As AutoHidePanel
 
value = instance.GetAutoHidePanel(dock)
public AutoHidePanel GetAutoHidePanel( 
   DockStyle dock
)
public: AutoHidePanel* GetAutoHidePanel( 
   DockStyle dock
) 
public:
AutoHidePanel^ GetAutoHidePanel( 
   DockStyle dock
) 

Parameters

dock
The dockstyle of the target autohide panel.
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

DockManager Class
DockManager Members

Send Feedback