WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / EnableTimer Property

In This Topic
EnableTimer Property
In This Topic
Gets or sets whether the TimerTick event is fired approximately every 200 milliseconds.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("C1TaskDialog.EnableTimer", "Indicates that the TimerTick event is fired approximately every 200 milliseconds.")>
Public Property EnableTimer As Boolean
 
See Also