DisplayObjectListTObjRemoveAt Method

CVB.Net Documentation
Remove the display object at the given index.

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

public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
Index at which to remove the display object.

Implements

IListTRemoveAt(Int32)
See Also

Reference