ComponentOne Windows 7 Control Pack for WinForms
MarqueeUpdateInterval Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog.C1ProgressBar Class : MarqueeUpdateInterval Property
Gets or sets the time, in milliseconds, between marquee animation updates.
Syntax
<C1DescriptionAttribute("Specifies the time, in milliseconds, between marquee animation updates.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property MarqueeUpdateInterval As Integer
Dim instance As C1TaskDialog.C1ProgressBar
Dim value As Integer
 
instance.MarqueeUpdateInterval = value
 
value = instance.MarqueeUpdateInterval
[C1Description("Specifies the time, in milliseconds, between marquee animation updates.")]
[NotifyParentProperty(true)]
[DefaultValue()]
public int MarqueeUpdateInterval {get; set;}
[C1Description("Specifies the time, in milliseconds, between marquee animation updates.")]
[NotifyParentProperty(true)]
[DefaultValue()]
public:
property int MarqueeUpdateInterval {
   int get();
   void set (    int value);
}
Remarks
If this parameter is zero, the marquee animation is updated every 30 milliseconds.
See Also

Reference

C1TaskDialog.C1ProgressBar Class
C1TaskDialog.C1ProgressBar Members