<
ComponentOne OLAP for WPF and Silverlight
C1.Util Namespace / Timer Class / IsEnabled Property

In This Topic
    IsEnabled Property
    In This Topic
    Gets or sets whether the Timer is enabled.
    Syntax
    'Declaration
     
    Public Property IsEnabled As Boolean
    public bool IsEnabled {get; set;}
    See Also