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 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.
|
Delegates
Delegate | Description | |
---|---|---|
FileMask RestrictionLambdaDelegate |
Explicit delegate signature for RestrictionLambda property.
|