BCGControlBar Library for .NET
GetEmbeddedDockingPane Method




Returns a docking pane that located within the MdiChildForm and has a DockStyle::Fill flag.  If there is no such a docking pane the null reference will be returned.
Syntax
'Declaration
 
Public Function GetEmbeddedDockingPane() As DockingPane
'Usage
 
Dim instance As MdiChildForm
Dim value As DockingPane
 
value = instance.GetEmbeddedDockingPane()
public DockingPane GetEmbeddedDockingPane()
public: DockingPane* GetEmbeddedDockingPane(); 
public:
DockingPane^ GetEmbeddedDockingPane(); 
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

MdiChildForm Class
MdiChildForm Members

Send Feedback