TaskDialogCheckBoxChecked Property
Gets or sets whether the verification check box is checked. This property is ignored when
CheckBoxText is empty.
Default value:
.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool CheckBoxChecked { get; set; }
Public Property CheckBoxChecked As Boolean
Get
Set
public:
property bool CheckBoxChecked {
bool get ();
void set (bool value);
}
member CheckBoxChecked : bool with get, set
Property Value
Boolean