System.Web.UI.WebControls.HotSpot Members

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

See Also: Inherited members from System.Object

Protected Constructors

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

Public Properties

AccessKeystring.

Gets or sets the access key that allows you to quickly navigate to the System.Web.UI.WebControls.HotSpot region.

AlternateTextstring.

Gets or sets the alternate text to display for a System.Web.UI.WebControls.HotSpot object in an System.Web.UI.WebControls.ImageMap control when the image is unavailable or renders to a browser that does not support images.

HotSpotModeHotSpotMode.

Gets or sets the behavior of a System.Web.UI.WebControls.HotSpot object in an System.Web.UI.WebControls.ImageMap control when the System.Web.UI.WebControls.HotSpot is clicked.

NavigateUrlstring.

Gets or sets the URL to navigate to when a System.Web.UI.WebControls.HotSpot object is clicked.

PostBackValuestring.

Gets or sets the name of the System.Web.UI.WebControls.HotSpot object to pass in the event data when the System.Web.UI.WebControls.HotSpot is clicked.

TabIndexshort.

Gets or sets the tab index of the System.Web.UI.WebControls.HotSpot region.

Targetstring.

Gets or sets the target window or frame in which to display the Web page content linked to when a System.Web.UI.WebControls.HotSpot object that navigates to a URL is clicked.

Protected Properties

[read-only]
IsTrackingViewStatebool.

Gets a value indicating whether the System.Web.UI.WebControls.HotSpot object is tracking its view-state changes.

[read-only]
abstract
MarkupNamestring.

When overridden in a derived class, gets the string representation for the System.Web.UI.WebControls.HotSpot object's shape.

[read-only]
ViewStateSystem.Web.UI.StateBag.

Gets a dictionary of state information that allows you to save and restore the view state of a System.Web.UI.WebControls.HotSpot object across multiple requests for the same page.

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.

Explicitly Implemented Interface Members

[read-only]
System.Web.UI.IStateManager.IsTrackingViewStatebool.

Gets a value indicating whether the System.Web.UI.WebControls.HotSpot object is tracking its view-state changes.

System.Web.UI.IStateManager.LoadViewState

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

System.Web.UI.IStateManager.SaveViewState

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

System.Web.UI.IStateManager.TrackViewState

Instructs the System.Web.UI.WebControls.HotSpot region to track changes to its view state.