Xceed Chart for WinForms v4.4 Documentation
ToolBarButtonCollection Constructor


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > ToolBarButtonCollection Class : ToolBarButtonCollection Constructor
The ToolBar object that will own the collection.
Creates a new ToolBarButton collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal toolBar As ToolBar _
)
'Usage
 
Dim toolBar As ToolBar
 
Dim instance As New ToolBarButtonCollection(toolBar)
public ToolBarButtonCollection( 
   ToolBar toolBar
)

Parameters

toolBar
The ToolBar object that will own the collection.
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

ToolBarButtonCollection Class
ToolBarButtonCollection Members