[]
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 |
|---|---|
| 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) | Raises the MouseEnter event. |
| OnMouseHover(EventArgs) | Raises the MouseHover event and shows the tooltip for the tool item under the cursor. |
| OnMouseLeave(EventArgs) | Raises the MouseLeave event and clears the tooltip. |
| OnMouseMove(MouseEventArgs) | Raises the MouseMove event and updates the tooltip for the tool item under the cursor. |