article

Creating a Windows Forms RadioButton that supports the double click event

The default RadioButton component doesn't offer a double click event. This article describes how to override the default implementation and enable double clicking.

avatar
Richard Moss
article

Creating a Windows Forms Label that wraps with C#

Article describing how to create a custom implementation of a standard Windows Forms Label to give it the ability to wrap and still autosize.

avatar
Richard Moss
article

Creating a GroupBox containing an image and a custom display rectangle

This article shows how to create a custom GroupBox component, and adjust the client area used for positioning controls hosted in the GroupBox.

avatar
Richard Moss