How to change HotTrack color of TsEdit

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36001
    yaowz
    Participant

    I have a TsEdit, the HotTrack color is blue.

    1745092412014012415494406_165.jpg

    Now I want change it to red.

    #51471
    Support
    Keymaster

    I think, you can use sEdit1.SkinData.CustomColor property.

    If this property is True, then Color property will be used in painting.

    #51711
    yaowz
    Participant
    'Support' wrote:

    I think, you can use sEdit1.SkinData.CustomColor property.

    If this property is True, then Color property will be used in painting.

    Thanks for your reply,

    then I set sEdit1.SkinData.CustomColor to TRUE, but which property to set HotTrack color?

    thanks a lot.

    #51712
    CheshireCat
    Participant
    'yaowz' wrote:

    .. then I set sEdit1.SkinData.CustomColor to TRUE, but which property to set HotTrack color?

    thanks a lot.

    Hello,

    what color do you mean exactly? Background or border color?

    #51751
    yaowz
    Participant
    'CheshireCat' wrote:

    Hello,

    what color do you mean exactly? Background or border color?

    border color.

    #51760
    Support
    Keymaster

    Border color may be specified in a skin using SkinEditor and graphic editor.

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