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