Support for Windows Forms.
Classes
Class | Description | |
---|---|---|
AbstractMsgManager |
Abstract base class to manage Form messages.
| |
DataGridColumnAdder |
This class provides support for adding one or more columns
to a DataGridView control on a Form,
and for duplicating a DataGridView.
| |
DataGridCutPasteHandler |
Supports cut and paste operations in a DataGridView
at the cell focus level rather than at the cell-input focus level.
| |
DataGridViewHelper |
Helper methods for DataGridView controls.
| |
EventArg T |
A generic EventArgs derivative that allows creating
different custom EventArgs without subclasses.
| |
FormExtensions |
Extension methods for recursively building a collection of
certain types of Form elements.
| |
MemoryGauge |
Provides a convenient mechanism for displaying the amount of memory used
by the current application on either a ToolStripItem or
a Control.
| |
MenuBuilder |
Provides convenience methods for building a context menu.
| |
MessageBoxHelper |
Common code for determining localized MessageBox options.
| |
RichTextBoxHelper |
Convenience methods for stylizing text in a RichTextBox.
| |
SmartTipsManager |
Manages a collection of SmartTips in conjunction with
a dedicated SmartTips form.
| |
TaskbarFlasher |
Support for flashing the taskbar icon to get the user's attention.
| |
TextBoxMsgManager |
Enhances a TextBox used for message output.
| |
ToolStripDropDownManager |
Enhances a plain status label in a ToolStrip
to support history, include a time stamp, include a category,
and differentiate errors and warnings.
| |
Validator |
Validates form fields
(TextBox or DataGridView controls)
by attributes you define on them,
manifesting with both an individual error indication and a disabling
of a designated common form submittal (ok) button.
| |
WindowRestorer |
Tracks a form's window state and position
and enables an application to restore it upon subsequent invocations;
provides enhanced support for maximizing across multiple monitors;
enables locating subforms on the same monitor as a main form.
|
Delegates
Delegate | Description | |
---|---|---|
AbstractMsgManager RefresherCopy |
A delegate definition to allow updating the caller's Form.
|