The color scheme used to render custom popups.

Usage

Set_Property(OLECtrlEntID, "OLE.Background", Array)

Values

Array has the following structure:

PosNameTypeDescriptionDefault
<1>Popup BackgroundColor FillThe background of the popup controlAuto
<2>Hot Button BackgroundColor FillThe background of button items when the user hovers over themAuto
<3>Pushed Button BackgroundColor FillThe background of button items when the user clicks themAuto

Remarks

The Background property is used when the Theme property is set to "Custom". This multivalued property defines the backgrounds used for the popup and it's buttons.

Popup Background

This field defines a Color Fill value used to render the entire popup control. Be default, this field is set to a two-part gradient based on the system select color.

Hot Button Background

This field defines a Color Fill value used to render button items when the user hovers over them. By default, this field is set to a two-part gradient based on the compliment of the system select color.

Pushed Button Background

This field defines a Color Fill value used to render button items when the user clicks them. By default, this field is set to a two-part gradient based on the compliment of the system select color.

See Also

Theme

  • No labels