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

The properties 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 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.