VisibleRemoteObject.SelectedBgColor


public property SelectedBgColor

Prototype:

Read/Write property SelectedBgColor[=SelectedBackgroundColor]

Description:

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

Warning: this property is not supported on all the platforms and by all the controls. It is recommended the use of skins instead.

Return value:

This property returns the selected background color of the control instance.