CheckedRolloverAppearance Property
Gets or sets the checked rollover widget appearance.
Syntax
'Declaration Public Property CheckedRolloverAppearance As PDFAnnotationAppearance
'Usage Dim instance As PDFCheckWidget Dim value As PDFAnnotationAppearance instance.CheckedRolloverAppearance = value value = instance.CheckedRolloverAppearance
public PDFAnnotationAppearance CheckedRolloverAppearance {get; set;}
Property Value
The rollover appearance of the field widget in checked state.Remarks
This appearance is displayed when the mouse is over the widget.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also