ActiveReports 13
MouseModeBar Property

GrapeCity.ActiveReports.Viewer.Win Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer.ViewerToolbar Class : MouseModeBar Property
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:

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

Reference

Viewer.ViewerToolbar Class
Viewer.ViewerToolbar Members