System.Web.UI.WebControls.HotSpotCollection Members

The members of System.Web.UI.WebControls.HotSpotCollection are listed below.

See Also: Inherited members from System.Web.UI.StateManagedCollection

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.HotSpotCollection class.

Public Properties

[read-only]
default property
Item(int)HotSpot. Documentation for this section has not yet been entered.

Public Methods

Add(HotSpot) : int

Appends a specified System.Web.UI.WebControls.HotSpot object to the end of the System.Web.UI.WebControls.HotSpotCollection collection.

Insert(int, HotSpot)

Inserts a specified System.Web.UI.WebControls.HotSpot object into the System.Web.UI.WebControls.HotSpotCollection collection at the specified index location.

Remove(HotSpot)

Removes the specified System.Web.UI.WebControls.HotSpot object from the System.Web.UI.WebControls.HotSpotCollection collection.

RemoveAt(int)

Removes the System.Web.UI.WebControls.HotSpot object at the specified index location from the collection.

Protected Methods

override
CreateKnownType(int) : object

Creates a default instance of a type derived from the System.Web.UI.WebControls.HotSpot class.

override
GetKnownTypes() : Type[]

Creates an array of the System.Web.UI.WebControls.HotSpot object-derived types that a System.Web.UI.WebControls.HotSpotCollection collection can contain.

override
OnValidate(object)

Checks the specified object to determine whether it is a valid type derived from the System.Web.UI.WebControls.HotSpot class.

override
SetDirtyObject(object)

Marks the specified System.Web.UI.WebControls.HotSpot object as changed since it was last loaded or saves from view state.