|
Provides a double-buffered drawing surface with an off-screen buffer.
All painting is done into the buffer, which is then blitted onto the
screen as required. Repainting of the off-screen buffer is only done
on size changes or explicit calls to DoubleBufferedPanel.Refresh().
|
|
This control enables the user to specify a hotkey combination by pressing it on
the keyboard. For exmaple, if the user presses Ctrl + Alt + A while this control
is focussed, the control would display "Ctrl+Alt+A". The combination can be read
out by the program in a convenient format.
|
|
Implements a label control that supports basic formatting of the displayed text.
Text alignment and right-to-left text are not supported.
|
| Provides data for the LabelEx.LinkActivated event. |
| Represents the method that will handle the LabelEx.LinkActivated event. |
| Provides a ListBox with added functionality. See remarks. |
|
Keeps track of a group of menu items (specifically, MenuRadioItem<T>)
which are intended to act like a radio-button group, and where each menu item is associated with
a specific value, usually from an enum type.
|
|
Encapsulates a menu item that is associated with a value from a specified type, usually an enum.
These menu items are intended to be grouped using a MenuRadioGroup<T>.
|
| Defines values for several standard native toolbar themes. |
| Renders a toolstrip using the UxTheme API via VisualStyleRenderer and a specific style. |
| Provides a narrow panel that somewhat resembles a
tooltip window's title bar with a close button. |
| Provides a LabelEx wrapped in a ScrollableControl that behaves properly. |
|
This control is a label with a horizontal line running to the right of the label.
The purpose is to visually separate blocks of controls, similar to GroupBox but
without completely surrounding the controls in a box.
|
|
SplitContainerEx provides such "advanced" features as painting the bloody splitter.
|
|
Encapsulates a textbox which, when in multi-line and wordwrap mode, will automatically set its height to be precisely as necessary to accommodate the contained text.
|
|
Provides a textbox with extra functionality (see remarks). |