BCGControlBar Library for .NET
OnAfterFloat Method




Called by the framework when a control bar has just floated. Override this member function in a derived class if you need any additional processing after the control bar became floating.
Syntax
'Declaration
 
Public Overridable Sub OnAfterFloat() 
'Usage
 
Dim instance As DockingPane
 
instance.OnAfterFloat()
public virtual void OnAfterFloat()
public: virtual void OnAfterFloat(); 
public:
virtual void OnAfterFloat(); 
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

DockingPane Class
DockingPane Members

Send Feedback