ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog.C1ProgressBar Class / MarqueeUpdateInterval Property

In This Topic
    MarqueeUpdateInterval Property
    In This Topic
    Gets or sets the time, in milliseconds, between marquee animation updates.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1ProgressBar.MarqueeUpdateInterval", "Specifies the time, in milliseconds, between marquee animation updates.")>
    <DefaultValueAttribute(0)>
    <NotifyParentPropertyAttribute(True)>
    Public Property MarqueeUpdateInterval As Integer
    [C1Description("C1ProgressBar.MarqueeUpdateInterval", "Specifies the time, in milliseconds, between marquee animation updates.")]
    [DefaultValue(0)]
    [NotifyParentProperty(true)]
    public int MarqueeUpdateInterval {get; set;}
    Remarks
    If this parameter is zero, the marquee animation is updated every 30 milliseconds.
    See Also