PDFView4NET WinForms Edition
CheckSymbolStyle Property




O2S.Components.PDFView4NET.Forms Namespace > PDFCheckWidget Class : CheckSymbolStyle Property
Gets or sets the symbol used as checkmark.
Syntax
'Declaration
 
Public Property CheckSymbolStyle As PDFCheckSymbolStyle
'Usage
 
Dim instance As PDFCheckWidget
Dim value As PDFCheckSymbolStyle
 
instance.CheckSymbolStyle = value
 
value = instance.CheckSymbolStyle
public PDFCheckSymbolStyle CheckSymbolStyle {get; set;}
public: __property PDFCheckSymbolStyle get_CheckSymbolStyle();
public: __property void set_CheckSymbolStyle( 
   PDFCheckSymbolStyle value
);
public:
property PDFCheckSymbolStyle CheckSymbolStyle {
   PDFCheckSymbolStyle get();
   void set (    PDFCheckSymbolStyle value);
}
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