How to modify look and feel of NSButton, I want to create a toggle button which looks similar to NSRoundRectBezelStyle but with Image and custom height
How do i change background color, color change on hover, change color on click, create toggle effect when state is ON or OFF, create border which is similar to NSRoundRectBezelStyle. Existing native button doesn't have exact UI as that of my UI Element.
UI should look something like below, but I want to add Image above text also.
This Mac Button - Hover effect
Desktop Button - Toggle ON effect
Shared Button - Toggle OFF effect