ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / MouseModeButtonsVisible Property

In This Topic
    MouseModeButtonsVisible Property
    In This Topic
    Indicates whether the "Pan", "Selection Mode" and "Snapshot" buttons are visible in the viewer toolbar.
    Syntax
    'Declaration
     
    Public Property MouseModeButtonsVisible As Boolean
    public bool MouseModeButtonsVisible {get; set;}

    Property Value

    true if the mouse mode buttons are visible; otherwise, false. The default value is true.
    Remarks
    It only takes effect in mouse mode toolbar.
    See Also