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
AccessKey | string.
Gets or sets the access key that allows you to quickly navigate to the System.Web.UI.WebControls.HotSpot region. | |
AlternateText | string.
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. | |
HotSpotMode | HotSpotMode.
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. | |
NavigateUrl | string.
Gets or sets the URL to navigate to when a System.Web.UI.WebControls.HotSpot object is clicked. | |
PostBackValue | string.
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. | |
TabIndex | short.
Gets or sets the tab index of the System.Web.UI.WebControls.HotSpot region. | |
Target | string.
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. |
[read-only] | IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.HotSpot object is tracking its view-state changes. |
[read-only] abstract | MarkupName | string.
When overridden in a derived class, gets the string representation for the System.Web.UI.WebControls.HotSpot object's shape. |
[read-only] | ViewState | System.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. |