Disabled Control Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33029
    Tugrul Helvaci
    Participant

    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;

    Thanks for your help..

    #39568
    Tugrul Helvaci
    Participant

    Any answers <img src="style_emoticons//sad.gif” style=”vertical-align:middle” emoid=”:(” border=”0″ alt=”sad.gif” />

    #39601
    Support
    Keymaster

    See answer there

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.