ActiveReports Developer 7
MouseModeBar Property

The mouse mode tool strip in the Windows Forms Viewer control.
Syntax
'Declaration
 
Public ReadOnly Property MouseModeBar As System.Windows.Forms.ToolStrip
public System.Windows.Forms.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