Hi everyone,
I am trying to find a way to highlight the active button appearance on my winform.Here I have a simple Text Editor with a richTextBox and a btnBold button located at ToolStrip which can change the font Style to be bold or not.Now I want to change the appearance of the btnBold if already clicked and release it to normal when it clicked again then user will be notice that if the btnBold, btnUnderline, and btnItalic has been set or not?
I really appreciate your time about this