This documentation is archived and is not being maintained.
RectangleHotSpot Methods
Visual Studio 2008
The RectangleHotSpot type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCoordinates | Returns a string that represents the x -and y-coordinates of a RectangleHotSpot object's top left corner and the x- and y-coordinates of its bottom right corner. (Overrides HotSpot::GetCoordinates().) |
|
GetHashCode | Serves as a hash function for a particular type. (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 | Returns the String representation of this instance of a HotSpot object. (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 Control::ViewState property. (Inherited from HotSpot.) |
| Name | Description | |
|---|---|---|
|
IStateManager::LoadViewState | Infrastructure. Restores the HotSpot object's previously saved view state to the object. (Inherited from HotSpot.) |
|
IStateManager::SaveViewState | Infrastructure. Saves the changes to the HotSpot object's view state since the last time the page was posted back to the server. (Inherited from HotSpot.) |
|
IStateManager::TrackViewState | Infrastructure. Instructs the HotSpot region to track changes to its view state. (Inherited from HotSpot.) |
Show: