TickerAddContent Method (CoMLCharGenClass)
ticker item ID
text ot file path to add to ticker
The adding type
Supported:
'add-to-end' (default) - the new ticker item added to the end of items list
'remove-first' - the first items from ticker removed, new one - added to the end
'remove-all' - all items removed (except displaying now) - new item/items added
Flag:
'multiline' - each line of text string added as separate item
'not-track-file' - not track the text file changing (for update tickers)
Usage:
TickerAddContent( cbsTickerID, "Some Text...", "remove-first, multiline" );
TickerAddContent( cbsTickerID, "C:\Folder\news.txt", "remove-all, not-track-file" );
adds content to the ticker.
Syntax
Public Overridable Sub TickerAddContent( _
   ByVal _bsTickerItemID As String, _
   ByVal _bsTickerTextOrFile As String, _
   ByVal _bsAddType As String _
) 
public virtual void TickerAddContent( 
   string _bsTickerItemID,
   string _bsTickerTextOrFile,
   string _bsAddType
)
public procedure TickerAddContent( 
    _bsTickerItemID: String;
    _bsTickerTextOrFile: String;
    _bsAddType: String
); virtual; 
public: virtual void TickerAddContent( 
   BSTR* _bsTickerItemID,
   BSTR* _bsTickerTextOrFile,
   BSTR* _bsAddType
) 

Parameters

_bsTickerItemID
ticker item ID
_bsTickerTextOrFile
text ot file path to add to ticker
_bsAddType
The adding type
Supported:
'add-to-end' (default) - the new ticker item added to the end of items list
'remove-first' - the first items from ticker removed, new one - added to the end
'remove-all' - all items removed (except displaying now) - new item/items added
Flag:
'multiline' - each line of text string added as separate item
'not-track-file' - not track the text file changing (for update tickers)
Usage:
TickerAddContent( cbsTickerID, "Some Text...", "remove-first, multiline" );
TickerAddContent( cbsTickerID, "C:\Folder\news.txt", "remove-all, not-track-file" );
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members