System.Web.UI.WebControls.HotSpot: Method Members

The methods of System.Web.UI.WebControls.HotSpot are listed below. For a list of all members, see the HotSpot Members list.

See Also: Inherited members from System.Object

Public Methods

abstract
GetCoordinates() : string

When overridden in a derived class, returns a string that represents the coordinates of the System.Web.UI.WebControls.HotSpot region.

override
ToString() : string

Returns the string representation of this instance of a System.Web.UI.WebControls.HotSpot object.

Protected Methods

LoadViewState(object)

Restores the System.Web.UI.WebControls.HotSpot object's previously saved view state to the object.

SaveViewState() : object

Saves the changes to the System.Web.UI.WebControls.HotSpot object's view state since the time the page was posted back to the server.

TrackViewState()

Causes the System.Web.UI.WebControls.HotSpot object to track changes to its view state so they can be stored in the object's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property.