BCGControlBar Library for .NET
PaneState Property




Gets the current state: dockable, floating, tabbed document. This state is changed from the built-in context menu.
Syntax
'Declaration
 
Public Property PaneState As DockingPaneState
'Usage
 
Dim instance As DockingPane
Dim value As DockingPaneState
 
instance.PaneState = value
 
value = instance.PaneState
public DockingPaneState PaneState {get; set;}
public: __property DockingPaneState get_PaneState();
public: __property void set_PaneState( 
   DockingPaneState value
);
public:
property DockingPaneState PaneState {
   DockingPaneState get();
   void set (    DockingPaneState 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