BCGControlBar Library for .NET
BringToFrontStaticControls Method




Brings all controls on the parent form of the docking manager in front of controls which fill all the client area of the parent form according to it's current dockstyle. Called by the framework when the autohide mode for the docking pane is set.
Syntax
'Declaration
 
Public Overridable Sub BringToFrontStaticControls() 
'Usage
 
Dim instance As DockManager
 
instance.BringToFrontStaticControls()
public virtual void BringToFrontStaticControls()
public: virtual void BringToFrontStaticControls(); 
public:
virtual void BringToFrontStaticControls(); 
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

DockManager Class
DockManager Members

Send Feedback