ToolTip Property (MapArea)
In This Topic
Gets or sets the ToolTip of an area.
Syntax
'Declaration
Public Property ToolTip As String
'Usage
Dim instance As MapArea
Dim value As String
instance.ToolTip = value
value = instance.ToolTip
public string ToolTip {get; set;}
See Also