HotSpot::MarkupName Property

 

When overridden in a derived class, gets the string representation for the HotSpot object's shape.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public protected:
property String^ MarkupName {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

A string that represents the name of the HotSpot object's shape.

The MarkupName member is used primarily by control developers when deriving a custom implementation from the HotSpot class.

When overridden in a derived class, the MarkupName property gets a string that represents the name of the HotSpot object's shape.

Notes to Inheritors:

When you inherit from HotSpot, you must override the MarkupName property.

.NET Framework
Available since 2.0
Return to top
Show: