[]
Represents a simplified version of the toolbox that provides a flat, streamlined interface for managing and displaying toolbox items.
public sealed class FlatToolbox : BaseToolbox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISerializable, ISupportInitialize, IToolboxService
| Name | Description |
|---|---|
| FlatToolbox() | Initializes a new instance of the FlatToolbox class. |
| Name | Description |
|---|---|
| _tooltip | Gets or sets the tooltip for the toolbox. |
| Name | Description |
|---|---|
| Maximized | Gets or sets a value indicating whether the toolbox is maximized. |
| Name | Description |
|---|---|
| AddToolboxItem(ToolboxItem, string) | Adds a ToolboxItem to the toolbox, creating the optionally specified category if it does not exist. |
| OnMouseEnter(EventArgs) | |
| OnMouseHover(EventArgs) | |
| OnMouseLeave(EventArgs) | Summary description for Mouse methods. |
| OnMouseMove(MouseEventArgs) | Raises the MouseMove event. |