DisplayObjectListTObjRemove Method

CVB.Net Documentation
Remove an object from the object collection

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

public bool Remove(
	TObj dispObject
)

Parameters

dispObject
Type: TObj
object to be removed from the collection

Return Value

Type: Boolean
true if the object was removed, false otherwise

Implements

ICollectionTRemove(T)
See Also

Reference