DisplayObjectListTObjItem Property

CVB.Net Documentation
Access one of the objects in the collection by index.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public TObj this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
index

Return Value

Type: TObj
object in the collection.

Implements

IListTItemInt32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is outside the range 0...Count-1
See Also

Reference