Reply To: TRzToolButton Down and tsDropDown

#1122
Ray Konopka
Keymaster

    The only way to change the behavior would be to modify the source code for the control. However, a simple alternative would be to use two buttons. One regular tool button with a unique GroupIndex and AllowAllUp set to True. Then use a separate tool button set to tsDropDown style and just resize it to make it thinner. You can even place it right next to the other button.

    Ray