I'm using Xamarin.Mac (well, I was, I'm using Visual Studio Mac now) and I'm trying to implement a right click event on a NSButtonCell (radio button).
When I do that what I'm looking to do is to strike through the text in the label for the NSButtonCell (i.e. change the font).
I cannot find out how to do this anywhere. I've tried implementing it in code in XCode instead but to no avail.
Can anyone point me in the right direction?