BCGControlBar Library for .NET
CreateDefaultCaptionButtons Method




If the docking pane has no standard caption button, such standard buttons as "close", "autohide" and  "WindowPosition" buttons will be added on it. Called by the framework in constructor of the docking pane.
Syntax
'Declaration
 
Public Sub CreateDefaultCaptionButtons() 
'Usage
 
Dim instance As DockingPane
 
instance.CreateDefaultCaptionButtons()
public void CreateDefaultCaptionButtons()
public: void CreateDefaultCaptionButtons(); 
public:
void CreateDefaultCaptionButtons(); 
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