InsertItem Method (BarStyleCollection)
In This Topic
Inserts an item at the specified index.
Syntax
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As Integer, _
ByVal As BarStyle _
)
protected override void InsertItem(
int ,
BarStyle
)
Parameters
- index
- newItem
See Also