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.
Classes
| Class | Description | |
|---|---|---|
| ComboBoxWithTooltip |
Represents a Windows combo box control with each item in the dropdown rendering a tooltip.
| |
| FileMask |
Provides a simple control to filter a directory by specifying one--or more--file masks
displaying both the list of matching files and a count of matched files;
it additionally allows customizing this generic control with additional arbitrary criteria.
| |
| IdentifyingGroupBox |
A | |
| ProgressBarMessager |
Enhances a standard | |
| StyleAwareRichTextBox |
Adds style-handling capabilities to a |
Delegates
| Delegate | Description | |
|---|---|---|
| FileMask RestrictionLambdaDelegate |
Explicit delegate signature for RestrictionLambda property.
|