HotSpot Members
.NET Framework 3.0
Implements the basic functionality common to all hot spot shapes.
The following tables list the members exposed by the HotSpot type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the HotSpot region. |
| AlternateText | Gets or sets the alternate text to display for a HotSpot object in an ImageMap control when the image is unavailable or renders to a browser that does not support images. |
| HotSpotMode | Gets or sets the behavior of a HotSpot object in an ImageMap control when the HotSpot is clicked. |
| NavigateUrl | Gets or sets the URL to navigate to when a HotSpot object is clicked. |
| PostBackValue | Gets or sets the name of the HotSpot object to pass in the event data when the HotSpot is clicked. |
| TabIndex | Gets or sets the tab index of the HotSpot region. |
| Target | Gets or sets the target window or frame in which to display the Web page content linked to when a HotSpot object that navigates to a URL is clicked. |
| Name | Description | |
|---|---|---|
| IsTrackingViewState | Gets a value indicating whether the HotSpot object is tracking its view-state changes. |
| MarkupName | When overridden in a derived class, gets the string representation for the HotSpot object's shape. |
| ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a HotSpot object across multiple requests for the same page. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetCoordinates | When overridden in a derived class, returns a string that represents the coordinates of the HotSpot region. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns the String representation of this instance of a HotSpot object. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| LoadViewState | Restores the HotSpot object's previously saved view state to the object. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| SaveViewState | Saves the changes to the HotSpot object's view state since the time the page was posted back to the server. |
| TrackViewState | Causes the HotSpot object to track changes to its view state so they can be stored in the object's StateBag object. This object is accessible through the Control.ViewState property. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | Restores the HotSpot object's previously saved view state to the object. |
| System.Web.UI.IStateManager.SaveViewState | Saves the changes to the HotSpot object's view state since the last time the page was posted back to the server. |
| System.Web.UI.IStateManager.TrackViewState | Instructs the HotSpot region to track changes to its view state. |
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value indicating whether the HotSpot object is tracking its view-state changes. |
Community Additions
ADD
Show: