Creating a Windows Forms RadioButton that supports the double click event 25 June 2010 Richard Moss c# | winforms | double click | radiobutton no comments The default RadioButton component doesn't offer a double click event. This article describes how to override the default implementation and enable double clicking. Continue Reading