HotSpot Methods
.NET Framework 3.0
(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. |
Community Additions
ADD
Show: