How can i find a disabled TsEdit's color ? TsSkinManager's GetActiveEditColor returns TsEdit's normal color not disabled color. I was look gd[index], ma[index] etc. but i couldn't find it.
Note: I dont want to send a message to control for find a color.
For example;
… var ActiveColor, DisabledColor : TColor; begin ActiveColor := SkinManager.GetActiveEditColor; DisabledColor := ?? end;