BCGControlBar Library for .NET
GetActivePane Method




Returns an embedded docking pane if the embedded control of the MiniFrame is a docking pane. If the embedded control  is tabbed group returns the docking pane related to the active tab on the TabStrip control.
Syntax
'Declaration
 
Public Overridable Function GetActivePane() As DockingPane
'Usage
 
Dim instance As MiniFrame
Dim value As DockingPane
 
value = instance.GetActivePane()
public virtual DockingPane GetActivePane()
public: virtual DockingPane* GetActivePane(); 
public:
virtual DockingPane^ GetActivePane(); 
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

MiniFrame Class
MiniFrame Members

Send Feedback