RTextTag.BackColor


public property BackColor

Prototype:

Read/Write property BackColor[=nBackgroundColor]

Description:

This property sets or gets the background color of the tag. The color is specified via a hex number (similar to HTML): 0xRRGGBB
For example, RED is 0xFF0000, BLUE is 0x0000FF.

Return value:

This property returns the background color of the tag.