  | TaskDialogRaiseTimerEvent Property  | 
 
            Gets or sets a value that indicates whether the 
Timer event is raised periodically while the dialog
            is visible.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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