Image Area BaseTool Tip Property
This is used to get or set the tool tip to display when the mouse hovers over the area
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public string? ToolTip { get; set; }VB
Public Property ToolTip As String
Get
SetC++
public:
virtual property String^ ToolTip {
String^ get () sealed;
void set (String^ value) sealed;
}F#
abstract ToolTip : string with get, set
override ToolTip : string with get, set