BCGControlBar Library for .NET
FindAutoHidePanel Method




A DockingPane related to the AutoHidePanel.
An AutoHideButton related to the specified docking pane.
Returns the AutoHidePanel from the AutoHidePanel's collection of the DockManager which related to the specified docking pane. An AutoHideButton related to this docking pane will be passed into the parameter "buttonOut". Called by the framework on setting autohide mode for the docking pane.
Syntax
'Declaration
 
Public Function FindAutoHidePanel( _
   ByVal pane As DockingPane, _
   ByRef buttonOut As AutoHideButton _
) As AutoHidePanel
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
Dim buttonOut As AutoHideButton
Dim value As AutoHidePanel
 
value = instance.FindAutoHidePanel(pane, buttonOut)
public AutoHidePanel FindAutoHidePanel( 
   DockingPane pane,
   ref AutoHideButton buttonOut
)
public: AutoHidePanel* FindAutoHidePanel( 
   DockingPane* pane,
   ref AutoHideButton* buttonOut
) 
public:
AutoHidePanel^ FindAutoHidePanel( 
   DockingPane^ pane,
   AutoHideButton^% buttonOut
) 

Parameters

pane
A DockingPane related to the AutoHidePanel.
buttonOut
An AutoHideButton related to the specified docking pane.
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