A flag indicating if the radio button is checked

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool Checked { get; }
Visual Basic
Public ReadOnly Property Checked As Boolean
	Get
Visual C++
public:
property bool Checked {
	bool get ();
}

Property Value

Type: Boolean

See Also