| TaskDialogVerificationText Property |
Gets or sets the label for the verification checkbox.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string VerificationText { get; set; }
Public Property VerificationText As String
Get
Set
public:
property String^ VerificationText {
String^ get ();
void set (String^ value);
}
member VerificationText : string with get, set
Property Value
Type:
String
The label for the verification checkbox, or an empty string ("") if no verification checkbox
is shown. The default value is an empty string ("").
Remarks
If no text is set, the verification checkbox will not be shown.
See Also