BCGControlBar Library for .NET
EmbeddedControl Property (MiniFrame)




Returns the docking pane embedded into the miniframe window.
Syntax
'Declaration
 
Public ReadOnly Property EmbeddedControl As DockingPane
'Usage
 
Dim instance As MiniFrame
Dim value As DockingPane
 
value = instance.EmbeddedControl
public DockingPane EmbeddedControl {get;}
public: __property DockingPane* get_EmbeddedControl();
public:
property DockingPane^ EmbeddedControl {
   DockingPane^ get();
}
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