OverlayList Class

CVB.Net Documentation
Label collection object.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Forms.OverlaysDisplayObjectListOverlayBase
    Stemmer.Cvb.Forms.OverlaysOverlayList

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

public class OverlayList : DisplayObjectList<OverlayBase>

The OverlayList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Number of objects currently inside the collection.
(Inherited from DisplayObjectListTObj.)
Public propertyIsReadOnly
Clarifies that the collection is not Readonly.
(Inherited from DisplayObjectListTObj.)
Public propertyItem
Access one of the objects in the collection by index.
(Inherited from DisplayObjectListTObj.)
Top
Methods

  NameDescription
Public methodAdd
Add a new display object to the display object collection.
(Inherited from DisplayObjectListTObj.)
Public methodClearTObj
Remove all overlays of a specific type.
Protected methodClearAll_Impl
remove all labels from the display in one unmanaged call
(Overrides DisplayObjectListTObjClearAll_Impl.)
Public methodContains
Determines whether this collection contains a specific value.
(Inherited from DisplayObjectListTObj.)
Public methodCopyTo
Copy the whole collection into an array, starting at the given array index.
(Inherited from DisplayObjectListTObj.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
IEnumerable implementation.
(Inherited from DisplayObjectListTObj.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Retrieve a list index for an object.
(Inherited from DisplayObjectListTObj.)
Public methodInsert
Insert a new item at a defined list position.
(Inherited from DisplayObjectListTObj.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove an object from the object collection
(Inherited from DisplayObjectListTObj.)
Public methodRemoveAt
Remove the display object at the given index.
(Inherited from DisplayObjectListTObj.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
IEnumerable implementation.
(Inherited from DisplayObjectListTObj.)
Top
See Also

Reference