[This is preliminary documentation and subject to change.]
Contains various controls used throughout the LaMarvin Design Framework infrastructure.
| Class | Description |
|---|---|
| AutoLinkLabel | A LinkLabel control descendant that automatically recognizes and processes HTML anchor (<a>) tags. |
| DesignerVerbsView | Represents a panel displaying DesignerVerbs as clickable hypelinks. |
| DropDownPicker | Represents a drop-down selector suitable for UITypeEditor implementations. |
| InstanceView | Implements a TreeView-like control for displaying arbitrary object graphs. |
| InstanceView.InstanceEntry | Represents a single node displayed in the InstanceView. |
| InstanceView.PropertyEntry | Implements an entry representing a property of an object displayed in the InstanceView. |
| KeyboardDrivenCheckedListBox | Implements a CheckedListBox that handles the Enter and Escape keys and raises the corresponding EnterPressed and EscapePressed events, respectively. |
| KeyboardDrivenListBox | Implements a ListBox that handles the Enter and Escape keys and raises the corresponding EnterPressed and EscapePressed events, respectively. |
| KeyboardDrivenTreeView | Implements a TreeView that handles the Enter and Escape keys and raises the corresponding EnterPressed and EscapePressed events, respectively. |