BCGControlBar Library for .NET
OnReplaceEmbeddedControl Method




The new docking pane to be set as embedded control.
Raises a ReplaceEmbeddedControl event. This event occurs in the framework on trying to replace one docking pane to another in floating mode.
Syntax
'Declaration
 
Public Overridable Sub OnReplaceEmbeddedControl( _
   ByVal control As DockingPane _
) 
'Usage
 
Dim instance As MiniFrame
Dim control As DockingPane
 
instance.OnReplaceEmbeddedControl(control)
public virtual void OnReplaceEmbeddedControl( 
   DockingPane control
)
public: virtual void OnReplaceEmbeddedControl( 
   DockingPane* control
) 
public:
virtual void OnReplaceEmbeddedControl( 
   DockingPane^ control
) 

Parameters

control
The new docking pane to be set as embedded control.
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