PDFView4NET WPF Edition
PDFCheckSymbolStyle Enumeration




O2S.Components.PDFView4NET.Forms Namespace : PDFCheckSymbolStyle Enumeration
Specifies the available style for a check box and radio button items.
Syntax
'Declaration
 
Public Enum PDFCheckSymbolStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PDFCheckSymbolStyle
public enum PDFCheckSymbolStyle : System.Enum 
__value public enum PDFCheckSymbolStyle : public System.Enum 
public enum class PDFCheckSymbolStyle : public System.Enum 
Members
MemberDescription
CheckA check mark is used for the checked state.
CircleA circle is used for the checked state.
CrossA cross is used for the checked state.
Cross2A cross is used for the checked state.
Cross3A cross is used for the checked state.
CustomThe appearance of the check box is created from code.
DashA dash is used for the checked state.
DiamondA diamond symbol is used for the checked state.
SquareA square is used for the checked state.
StarA star is used for the checked state.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Forms.PDFCheckSymbolStyle

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

O2S.Components.PDFView4NET.Forms Namespace