| TaskDialogIsVerificationChecked Property |
Gets or sets a value that indicates whether the verification checkbox is checked ot not.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsVerificationChecked { get; set; }
Public Property IsVerificationChecked As Boolean
Get
Set
public:
property bool IsVerificationChecked {
bool get ();
void set (bool value);
}
member IsVerificationChecked : bool with get, set
Property Value
Type:
Boolean if the verficiation checkbox is checked; otherwise,
.
Remarks
Set this property before displaying the dialog to determine the initial state of the check box.
Use this property after displaying the dialog to determine whether the check box was checked when
the user closed the dialog.
Note |
---|
This property is only used if VerificationText is not an empty string ("").
|
See Also