BCGControlBar Library for .NET
AddHiddenBar Method




A docking pane to make it hidden.
Adds specified docking pane to the hidden object collection. If this docking pane belongs to this container, it will be removed from it.
Syntax
'Declaration
 
Public Sub AddHiddenBar( _
   ByVal pane As DockingPane _
) 
'Usage
 
Dim instance As DockingContainer
Dim pane As DockingPane
 
instance.AddHiddenBar(pane)
public void AddHiddenBar( 
   DockingPane pane
)
public: void AddHiddenBar( 
   DockingPane* pane
) 
public:
void AddHiddenBar( 
   DockingPane^ pane
) 

Parameters

pane
A docking pane to make it hidden.
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

DockingContainer Class
DockingContainer Members

Send Feedback