ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer.ViewerToolbar Class / MouseModeBar Property

In This Topic
    MouseModeBar Property
    In This Topic
    The mouse mode tool strip in the Windows Forms Viewer control.
    Syntax
    'Declaration
     
    Public ReadOnly Property MouseModeBar As ToolStrip
    public ToolStrip MouseModeBar {get;}
    Remarks

    Items on this toolstrip and their index numbers:

    • 0 Default
    • 1 Pan mode 
    • 2 Selection mode 

    You can access these items by index with the Insert and RemoveAt methods. Other methods are described in the System.Windows.Forms.ToolStripItemCollection documentation on MSDN.

    See Also