ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ToolPanelButton Enumeration

In This Topic
    ToolPanelButton Enumeration
    In This Topic
    Controls the visibility of ToolPanelButton controls on the Designer.
    Syntax
    'Declaration
     
    Public Enum ToolPanelButton 
       Inherits System.Enum
    public enum ToolPanelButton : System.Enum 
    Members
    MemberDescription
    AllShow or hide all the available buttons
    DimensionLinesShow or hide the DimensionLines button
    GridModeShow or hide the GridMode button
    MouseModeShow or hide the MouseMode button
    NoneDisplays no button
    SnapGridShow or hide the SnapGrid button
    SnapLinesShow or hide the SnapLines button
    ZoomSliderShow or hide the ZoomSlider button
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Design.ToolPanelButton

    See Also