Xceed Chart for WinForms v4.4 Documentation
RemoveToolBar Method


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > CommandBar Class : RemoveToolBar Method
the name of the toolbar to remove.
Removes the toolbar with the specified name from the command bar.
Syntax
'Declaration
 
Public Function RemoveToolBar( _
   ByVal name As String _
) As Boolean
'Usage
 
Dim instance As CommandBar
Dim name As String
Dim value As Boolean
 
value = instance.RemoveToolBar(name)
public bool RemoveToolBar( 
   string name
)

Parameters

name
the name of the toolbar to remove.
Remarks
true if the toolbar was removed, otherwise false
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

CommandBar Class
CommandBar Members