property ExFileView.FilterBarBackColor as Color
Specifies the background color of the control's filter
bar. /*not supported in the lite version*/


| |  | Type | Description | |
| | |
Color |
A color expression that defines the background color for description of the
control's filter. The last 7 bits in the high significant byte of the color to
indicates the identifier of the skin being used. Use the Add
method to add new skins to the control. If you need to remove the skin
appearance from a part of the control you need to reset the last 7 bits in the
high significant byte of the color being applied to the background's part.
| |