Making a TsRoundBtn look disabled without the Enabled property

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37547
    HeDiBo
    Participant

    I have a TsRoundBtn that is mostly disabled.

    I want to show a hint, to inform the user when it will be enabled. But on a disabled control one cannot display a hint (as far as I know).

    So, I want the button to mimic a disabled state, without actually being disabled.

    Do you know of a good trick to either display a hint when the button is disabled or mimic a disabled button?

    #56945
    Support
    Keymaster

    Hint is not shown if TWinControl is disabled in VCL.

    But, maybe you can place an empty transparent label with hint there, if hint must be shown in such situation.

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