SetItemBackground Method (IMLCharGen)
item ID
background color
time for changes (in msec)
sets item background
Syntax
Sub SetItemBackground( _
   ByVal _bsItemID As String, _
   ByVal _nBackground As Integer, _
   ByVal _nMsecForChange As Integer _
) 
void SetItemBackground( 
   string _bsItemID,
   int _nBackground,
   int _nMsecForChange
)
procedure SetItemBackground( 
    _bsItemID: String;
    _nBackground: Integer;
    _nMsecForChange: Integer
); 
void SetItemBackground( 
   BSTR* _bsItemID,
   int _nBackground,
   int _nMsecForChange
) 

Parameters

_bsItemID
item ID
_nBackground
background color
_nMsecForChange
time for changes (in msec)
See Also

Reference

IMLCharGen Interface
IMLCharGen Members