The color scheme used to render custom popups.
Usage
Set_Property(OLECtrlEntID, "OLE.Background", Array)
Values
Array has the following structure:
Pos | Name | Type | Description | Default |
---|---|---|---|---|
<1> | Popup Background | Color Fill | The background of the popup control | Auto |
<2> | Hot Button Background | Color Fill | The background of button items when the user hovers over them | Auto |
<3> | Pushed Button Background | Color Fill | The background of button items when the user clicks them | Auto |
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.