[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeButtonVisibility

TouchModeButtonVisibility Property

TouchModeButtonVisibility

Gets or sets the visibility of the touch mode button on the viewer's toolbar.

Declaration
public TouchModeButtonVisibility TouchModeButtonVisibility { get; set; }
Property Value
Type Description
TouchModeButtonVisibility

One of the TouchModeButtonVisibility values that determines the visibility of the touch mode button. The default is Auto.

Remarks

This property controls the appearance of the touch mode toggle button on the viewer's toolbar. When set to Auto, the button's visibility is automatically determined based on the current input method (touch or mouse). Setting this property Hidden hides the button regardless of the input method.