KaxTickerAutoStart Property |
Specifies whether the ticker begins ticking automatically.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool AutoStart { get; set; }
Public Property AutoStart As Boolean
Get
Set
public:
property bool AutoStart {
bool get ();
void set (bool value);
}
member AutoStart : bool with get, set
Property Value
Type:
Boolean
Default:
False
Remarks
You should leave this set to false if you are using the ticker within a KaxTicker
If you use the ticker independently and leave this setting to false you should use the
client API call ticker_id.startTicker() to start it.
See Also