BCGControlBar Library for .NET
ShowCaptionButton Method




The index of the command caption button in the command caption button collection of the docking pane.
If true, the specified caption button will be displayed, otherwise, hidden.
Displays or hides any caption command button specified by its index in command caption buttons' collection.
Syntax
'Declaration
 
Public Sub ShowCaptionButton( _
   ByVal id As Integer, _
   ByVal visible As Boolean _
) 
'Usage
 
Dim instance As DockingPane
Dim id As Integer
Dim visible As Boolean
 
instance.ShowCaptionButton(id, visible)
public void ShowCaptionButton( 
   int id,
   bool visible
)
public: void ShowCaptionButton( 
   int id,
   bool visible
) 
public:
void ShowCaptionButton( 
   int id,
   bool visible
) 

Parameters

id
The index of the command caption button in the command caption button collection of the docking pane.
visible
If true, the specified caption button will be displayed, otherwise, hidden.
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