ComponentOne Windows 7 Control Pack for WinForms
EnableTimer Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : EnableTimer Property
Gets or sets whether the TimerTick event is fired approximately every 200 milliseconds.
Syntax
<C1DescriptionAttribute("Indicates that the TimerTick event is fired approximately every 200 milliseconds.")>
<DefaultValueAttribute()>
Public Property EnableTimer As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.EnableTimer = value
 
value = instance.EnableTimer
[C1Description("Indicates that the TimerTick event is fired approximately every 200 milliseconds.")]
[DefaultValue()]
public bool EnableTimer {get; set;}
[C1Description("Indicates that the TimerTick event is fired approximately every 200 milliseconds.")]
[DefaultValue()]
public:
property bool EnableTimer {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members