ImageMapToolTip Property

Gets or sets the tool tip text (alternate text) displayed in the image map control when the image is unavailable. Browsers that support the tool tips feature display this text as a tool tip for all undefined areas of the image.

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public override string ToolTip { get; set; }

Property Value

String

Implements

IImageMapToolTip

See Also