SmartTagCollection.Item

SmartTagCollection indexer

Gets a SmartTag object at the specific index

public SmartTag this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

returns a SmartTag object.

See Also