Custom user controls. This project contains an assortment of custom controls that provide powerful tools to augment your toolbox in Visual Studio. For a supplement to the MSDN documentation on user controls, see my articles on DevX.com entitled .NET Building Blocks: Custom User Control Fundamentals and .NET Building Blocks: Custom User Controls in Practice.
| Class | Description |
|---|---|
| IdentifyingGroupBox | A GroupBox that can auto-populate its contents and identify its selected CheckBox or RadioButton members. |
| ProgressBarMessager | Enhances a standard ProgressBar with progress messages that appear sequentially beneath the bar, to provide useful feedback during a lengthy operation. |
| StyleAwareRichTextBox | Adds style-handling capabilities to a RichTextBox. |
| SyntaxHilightTextBox |
Obsolete.
Enhances a RichTextBox with language-specific syntax highlighting, plus some additional keyboard formatting controls. This class has been replaced by the next generation ChameleonRichTextBox.
|