PolygonHotSpot Members
.NET Framework 3.0
Defines a polygon-shaped hot spot region in an ImageMap control. This class cannot be inherited.
The following tables list the members exposed by the PolygonHotSpot type.
| Name | Description | |
|---|---|---|
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the HotSpot region.(inherited from HotSpot) |
| 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.(inherited from HotSpot) |
| Coordinates | A string of coordinates that represents the vertexes of a PolygonHotSpot object. |
| HotSpotMode | Gets or sets the behavior of a HotSpot object in an ImageMap control when the HotSpot is clicked.(inherited from HotSpot) |
| NavigateUrl | Gets or sets the URL to navigate to when a HotSpot object is clicked.(inherited from HotSpot) |
| PostBackValue | Gets or sets the name of the HotSpot object to pass in the event data when the HotSpot is clicked.(inherited from HotSpot) |
| TabIndex | Gets or sets the tab index of the HotSpot region.(inherited from HotSpot) |
| 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.(inherited from HotSpot) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetCoordinates | Overridden. Returns a string that represents the coordinates of the vertexes of a PolygonHotSpot object. |
| 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 | Returns the String representation of this instance of a HotSpot object. (inherited from HotSpot) |
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: