[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Toolbox.FlatToolbox

FlatToolbox Class

Represents a simplified version of the toolbox that provides a flat, streamlined interface for managing and displaying toolbox items.

Namespace: GrapeCity.ActiveReports.Design.Toolbox
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public sealed class FlatToolbox : BaseToolbox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISerializable, ISupportInitialize, IToolboxService

Constructors

Name Description
FlatToolbox()

Initializes a new instance of the FlatToolbox class.

Properties

Name Description
Maximized

Gets or sets a value indicating whether the toolbox is maximized.

Methods

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.