TaskDialogCheckBoxChecked Property

Gets or sets whether the verification check box is checked. This property is ignored when CheckBoxText is empty.
Default value: .

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public bool CheckBoxChecked { get; set; }

Property Value

Boolean

See Also