Skip to main content

CaptchaImageProperties.ToolTip Property

Gets or sets the tooltip text of the challenge image.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the text content of the image’s tooltip.

Remarks

A challenge image’s tooltip is shown whenever the mouse cursor pauses over the image. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.

See Also