Support methods specifically used by the custom user control library.
Classes
Class | Description | |
---|---|---|
ContainerTestInfo |
Provides a standardized method for displaying
details about added diagnostic functionality
when enabling a ContainerTest property.
|
Structures
Structure | Description | |
---|---|---|
CategoryElement |
Specifies to display a category heading
in a larger, bold font in an inverse color scheme.
| |
CommandElement |
Specifies to display a user command with an optional shortcut key,
tooltip, and/or button.
| |
SeparatorElement |
Specifies to display a separator line.
|
Interfaces
Interface | Description | |
---|---|---|
IDisplayElement |
This empty interface is the base element that should be used
to define a collection containing
CategoryElement, CommandElement, and SeparatorElement objects.
|