CaptchaImageProperties.ToolTip Property
Gets or sets the tooltip text of the challenge image.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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