BCGControlBar Library for .NET
SetDockingPane Method




Related docking pane.
Specifies if the related docking pane will be visible.
Sets a related docking pane.
Syntax
'Declaration
 
Public Sub SetDockingPane( _
   ByVal pane As DockingPane, _
   ByVal makeVisible As Boolean _
) 
'Usage
 
Dim instance As AutoHideButton
Dim pane As DockingPane
Dim makeVisible As Boolean
 
instance.SetDockingPane(pane, makeVisible)
public void SetDockingPane( 
   DockingPane pane,
   bool makeVisible
)
public: void SetDockingPane( 
   DockingPane* pane,
   bool makeVisible
) 
public:
void SetDockingPane( 
   DockingPane^ pane,
   bool makeVisible
) 

Parameters

pane
Related docking pane.
makeVisible
Specifies if the related docking pane will be visible.
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 Class
AutoHideButton Members

Send Feedback