BCGControlBar Library for .NET
Visible Property (DockingPane)




Gets or sets a value indicating whether the docking pane is displayed.
Syntax
'Declaration
 
Public Shadows Property Visible As Boolean
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
public new bool Visible {get; set;}
public: __property new bool get_Visible();
public: __property new void set_Visible( 
   bool value
);
public:
new property bool Visible {
   bool get();
   void set (    bool value);
}
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

Send Feedback