HotSpot.MarkupName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the string representation for the HotSpot object's shape.
protected public:
abstract property System::String ^ MarkupName { System::String ^ get(); };
protected internal abstract string MarkupName { get; }
member this.MarkupName : string
Protected Friend MustOverride ReadOnly Property MarkupName As String
Property Value
A string that represents the name of the HotSpot object's shape.
Remarks
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 Implementers
When you inherit from HotSpot, you must override the MarkupName property.