Item Property (LabelStorage)
In This Topic
Gets or sets the list element at the specified index.
Syntax
'Declaration
Public Overridable Default Property Item( _
ByVal As Integer _
) As Object
public virtual object this[
int
]; {get; set;}
Parameters
- index
- The zero-based index of the element to get or set.
See Also