[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.MouseModeButtonsVisible

MouseModeButtonsVisible Property

MouseModeButtonsVisible

Gets or sets a value indicating whether the mouse mode buttons are visible in the viewer toolbar.

Declaration
public bool MouseModeButtonsVisible { get; set; }
Property Value
Type Description
bool

true if the mouse mode buttons are visible; otherwise, false. The default value is true.

Remarks

Mouse mode buttons allow users to switch between different mouse modes for interacting with the report displayed in the viewer. These modes include pan, selection, and snapshot functionalities. Making these buttons visible provides a direct way for users to change their interaction mode according to their preference or task requirement.