Xceed Chart for WinForms v4.4 Documentation
Insert Method (ToolBarButtonCollection)


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > ToolBarButtonCollection Class : Insert Method
The index at which to insert the button.
The button to insert.
Iserts an existing ToolbarButton at a specified index.
Syntax
'Declaration
 
Public Sub Insert( _

   ByVal index As Integer, _

   ByVal button As ToolBarButton _

) 
'Usage
 
Dim instance As ToolBarButtonCollection

Dim index As Integer

Dim button As ToolBarButton

 

instance.Insert(index, button)
public void Insert( 

   int index,

   ToolBarButton button

)

Parameters

index
The index at which to insert the button.
button
The button to insert.
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