ActiveReports 14 .NET Edition
GrapeCity.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
    Inheritance Hierarchy

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

    See Also