BCGControlBar Library for .NET
ActiveDockingPane Property (MDIContainer)




Gets the docking pane embedded to the MDIChildForm related to the currently selected tab item on the tabstrip.
Syntax
'Declaration
 
Public Property ActiveDockingPane As DockingPane
'Usage
 
Dim instance As MDIContainer
Dim value As DockingPane
 
instance.ActiveDockingPane = value
 
value = instance.ActiveDockingPane
public DockingPane ActiveDockingPane {get; set;}
public: __property DockingPane* get_ActiveDockingPane();
public: __property void set_ActiveDockingPane( 
   DockingPane* value
);
public:
property DockingPane^ ActiveDockingPane {
   DockingPane^ get();
   void set (    DockingPane^ 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

MDIContainer Class
MDIContainer Members

Send Feedback