PDFView4NET WinForms Edition
CheckedRolloverAppearance Property




O2S.Components.PDFView4NET.Forms Namespace > PDFCheckWidget Class : 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;}
public: __property PDFAnnotationAppearance* get_CheckedRolloverAppearance();
public: __property void set_CheckedRolloverAppearance( 
   PDFAnnotationAppearance* value
);
public:
property PDFAnnotationAppearance^ CheckedRolloverAppearance {
   PDFAnnotationAppearance^ get();
   void set (    PDFAnnotationAppearance^ value);
}

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 Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCheckWidget Class
PDFCheckWidget Members