menulist .cursor .backcolor .set  (  ObjectID ,  Red ,  Green ,  Blue  )  
                                               
Description :

This instruction selects the text background color of the menu list cursor.

Parameters :

  • ObjectID of the menu list.
  • Red component of the color. Valid in the range [0,255].
  • Green component of the color. Valid in the range [0,255].
  • Blue component of the color. Valid in the range [0,255].

Examples :