HotSpot.ToString Method
.NET Framework 3.0
Returns the String representation of this instance of a HotSpot object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The ToString method returns a string that represents the current HotSpot object. For example, if the current HotSpot is an instance of the CircleHotSpot class, calling this method returns the string "CircleHotSpot".
Community Additions
ADD
Show: