KaxTickerAutoAdvance Property |
Specifies whether
KaxTicker will begin ticking the next tickerline
(if any) after it has finished ticking the current one.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool AutoAdvance { get; set; }
Public Property AutoAdvance As Boolean
Get
Set
public:
property bool AutoAdvance {
bool get ();
void set (bool value);
}
member AutoAdvance : bool with get, set
Property Value
Type:
Boolean
Default:
True
Remarks
If you set the AutoAdvance property to false, then you will have to use
a client API Call ticker_id.tickNextLine()
See Also