SetItem Method (LabelList)
In This Topic
Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.
Syntax
'Declaration
Protected Overridable Sub SetItem( _
ByVal As Integer, _
ByVal As Label _
)
protected virtual void SetItem(
int ,
Label
)
Parameters
- index
- The zero-based index of the item.
- item
- The object to set.
See Also