| TaskDialogRaiseTimerEvent Property |
Gets or sets a value that indicates whether the
Timer event is raised periodically while the dialog
is visible.
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 RaiseTimerEvent { get; set; }
Public Property RaiseTimerEvent As Boolean
Get
Set
public:
property bool RaiseTimerEvent {
bool get ();
void set (bool value);
}
member RaiseTimerEvent : bool with get, set
Property Value
Type:
Boolean when the
Timer event is raised periodically while the dialog is visible; otherwise,
. The default value is
.
Remarks
The
Timer event will be raised approximately every 200 milliseconds if this property is
.
See Also