PDFView4NET WinForms Edition
CheckedDownAppearance Property




O2S.Components.PDFView4NET.Forms Namespace > PDFCheckWidget Class : CheckedDownAppearance Property
Gets or sets the checked down widget appearance.
Syntax
'Declaration
 
Public Property CheckedDownAppearance As PDFAnnotationAppearance
'Usage
 
Dim instance As PDFCheckWidget
Dim value As PDFAnnotationAppearance
 
instance.CheckedDownAppearance = value
 
value = instance.CheckedDownAppearance
public PDFAnnotationAppearance CheckedDownAppearance {get; set;}
public: __property PDFAnnotationAppearance* get_CheckedDownAppearance();
public: __property void set_CheckedDownAppearance( 
   PDFAnnotationAppearance* value
);
public:
property PDFAnnotationAppearance^ CheckedDownAppearance {
   PDFAnnotationAppearance^ get();
   void set (    PDFAnnotationAppearance^ value);
}

Property Value

The down appearance of the field widget in checked state.
Remarks
This appearance is displayed when the mouse is clicked on 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