| ProgressDialogCancellationText Property |
Gets or sets the text that will be shown after the Cancel button is pressed.
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 CancellationText { get; set; }
Public Property CancellationText As String
Get
Set
public:
property String^ CancellationText {
String^ get ();
void set (String^ value);
}
member CancellationText : string with get, set
Property Value
Type:
String
The text that will be shown after the Cancel button is pressed.
Remarks
This property must be set before ShowDialog or Show is called. Changing property has
no effect while the dialog is being displayed.
See Also