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
[DefaultValue(false)]
[C1Description("C1TaskDialog.EnableTimer", "Indicates that the TimerTick event is fired approximately every 200 milliseconds.")]
public bool EnableTimer {get; set;}
See Also