BCGControlBar Library for .NET
FindActiveDockingPane Method




Returns the first  active docking pane from the all docking pane's collection of the DockManager.  If the parent form is a MDI container and its MDIClient area is not null, the active docking pane from the MDIClient area will be returned.
Syntax
'Declaration
 
Public Function FindActiveDockingPane() As DockingPane
'Usage
 
Dim instance As DockManager
Dim value As DockingPane
 
value = instance.FindActiveDockingPane()
public DockingPane FindActiveDockingPane()
public: DockingPane* FindActiveDockingPane(); 
public:
DockingPane^ FindActiveDockingPane(); 
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

DockManager Class
DockManager Members

Send Feedback