XFINIUM.PDF.View.Wpf Documentation
Checked Property (PdfVisualCheckWidget)



Xfinium.Pdf.View.Forms Namespace > PdfVisualCheckWidget Class : Checked Property
Gets or set a value indicating whether the check widget is in the checked state.
Syntax
'Declaration
 
Public Overridable Property Checked As Boolean
'Usage
 
Dim instance As PdfVisualCheckWidget
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
public virtual bool Checked {get; set;}
public:
virtual property bool Checked {
   bool get();
   void set (    bool value);
}

Property Value

True if the check widget is in the checked state; otherwise, false.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualCheckWidget Class
PdfVisualCheckWidget Members