The RectangleHotSpot type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RectangleHotSpot |
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current RectangleHotSpot.
| |
Equals | (Inherited from Object.) | |
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.) | |
GetCoordinates | (Overrides HotSpot..::.GetCoordinates()()().) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadViewState | Restores the HotSpot object's previously saved view state to the object. (Inherited from HotSpot.) | |
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. (Inherited from HotSpot.) | |
ToString | (Inherited from HotSpot.) | |
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 ViewState property. (Inherited from HotSpot.) |
Properties
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.) | |
Bottom |
Gets or sets the y-coordinate of the bottom side of the rectangular region defined by this RectangleHotSpot object.
| |
HotSpotMode | (Inherited from HotSpot.) | |
IsTrackingViewState | Gets a value indicating whether the HotSpot object is tracking its view-state changes. (Inherited from HotSpot.) | |
Left |
Gets or sets the x-coordinate of the left side of the rectangular region defined by this RectangleHotSpot object.
| |
MarkupName | When overridden in a derived class, gets the string representation for the HotSpot object's shape. (Inherited from HotSpot.) | |
NavigateUrl | Gets or sets the URL to navigate to when a HotSpot object is clicked. (Inherited from HotSpot.) | |
PostBackValue | (Inherited from HotSpot.) | |
Right |
Gets or sets the x-coordinate of the right side of the rectangular region defined by this RectangleHotSpot object.
| |
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.) | |
Top |
Gets or sets the y-coordinate of the top side of the rectangular region defined by this RectangleHotSpot object.
| |
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. (Inherited from HotSpot.) |