Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfWidgetAppearanceCharacteristics.RolloverCaption Property

Gets the widget annotation’s rollover caption, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public string RolloverCaption { get; }

Property Value

Type Description
String

A String object that is the widget annotation’s rollover caption.

See Also