[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ToolPanelButton

ToolPanelButton Enum

Represents flags that control the visibility of tool panel buttons within the ActiveReports designer.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
[Flags]
public enum ToolPanelButton
Remarks

Use this enumeration to configure which tool panel buttons are visible in the ActiveReports designer. Each flag represents a specific button on the tool panel, allowing for granular control over the user interface. The All flag is provided for convenience, enabling or disabling all tool panel buttons with a single assignment.

Fields

Name Description
All

Represents the tool panel that shows all available buttons, based on the context of use.

DimensionLines

Represents the visibility of the tool panel button, which toggles dimension lines on the design surface.

GridMode

Represents the visibility of the tool panel button, which toggles grid mode, affecting the alignment of components on the designer surface.

MouseMode

Represents the visibility of the tool panel button, which toggles the mouse mode between selection and component placement.

None

Represents the tool panel that does not show any buttons.

SnapGrid

Represents the visibility of the tool panel button, which toggles snap-to-grid functionality, influencing component placement precision.

SnapLines

Represents the visibility of the tool panel button, which toggles snap-to-lines functionality, aiding in aligning components relative to each other.

ZoomSlider

Represents the visibility of the tool panel zoom slider, which allows users to adjust the zoom level of the design surface.