BCGControlBar Library for .NET
Show(Boolean) Method




true - show docking pane, false - hide docking pane.
Call this function to show or hide the docking pane.
Syntax
'Declaration
 
Public Overloads Overridable Sub Show( _
   ByVal show As Boolean _
) 
'Usage
 
Dim instance As DockingPane
Dim show As Boolean
 
instance.Show(show)
public virtual void Show( 
   bool show
)
public: virtual void Show( 
   bool show
) 
public:
virtual void Show( 
   bool show
) 

Parameters

show
true - show docking pane, false - hide 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

DockingPane Class
DockingPane Members
Overload List

Send Feedback