Changing any TAdvCustomDropDown control focused appearance

Hi,
With any kind of TAdvCustomDropDown, for example a TAdvControlDropDown,
when the EditorEnabled property is False, is there a way to change the way the control looks when it is focused?

I would like the control to remain white instead of becoming blue.

This is what I am referring to:
image

Thanks

This part of the control is in fact a TEdit descendent control, i.e. wrapping the Windows OS EDIT class and therefore, it default uses the Windows colors for these states. At this moment, we do not have a capability to change the focus color.