System.Web.UI.WebControls.HotSpot.ToString Method

Returns the string representation of this instance of a System.Web.UI.WebControls.HotSpot object.

Syntax

public override string ToString ()

Returns

A string that represents this System.Web.UI.WebControls.HotSpot object.

Remarks

The HotSpot.ToString method returns a string that represents the current System.Web.UI.WebControls.HotSpot object. For example, if the current System.Web.UI.WebControls.HotSpot is an instance of the System.Web.UI.WebControls.CircleHotSpot class, calling this method returns the string "CircleHotSpot".

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0