WinForms Edition Documentation
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
 
Remarks
If this parameter is zero, the marquee animation is updated every 30 milliseconds.
See Also