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