InsertItem Method (LabelCollection)
In This Topic
Overrides default behavior of collection at inserting new items.
Syntax
'Declaration
Protected Overridable Sub InsertItem( _
ByVal As Integer, _
ByVal As Label _
)
protected virtual void InsertItem(
int ,
Label
)
Parameters
- index
- The zero-based index of the item to insert.
- item
- The object to insert.
See Also