Hi !
I have a toolbar with "state" button - one of three tools should be selected at a time.
Is there any simple way to mark a tool as "sinked" or something similar?
If not - I tried to modify BackColor and BorderColor. However, there is no BorderStyle property for AppearanceBase. So how can I set a border for a tool ?
I'm not sure what you mean by 'sinked'. If you want to make the StateButtonTool look pressed, you can set its Checked property to True.
I played with CommandButtonTool.SharedProps.AppearancesSmall.AppearanceOnToolbar, but eventually I decided to use tabs instead.
Hi,
I am also looking for such properties which would mark a state button tool as sinked(or border styles). How did you resolve this?
Thank you so much in advance.
Regards,
Shravani
You can use three StateButtonTools. Set their OptionSet properties to the same value and only one state button can be selected at a time.