ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / TouchModeButtonVisibility Property

In This Topic
    TouchModeButtonVisibility Property
    In This Topic
    Gets or sets the visibility of the touch mode button on the viewer's toolbar.
    Syntax
    'Declaration
     
    Public Property TouchModeButtonVisibility As TouchModeButtonVisibility
    public TouchModeButtonVisibility TouchModeButtonVisibility {get; set;}

    Property Value

    One of the TouchModeButtonVisibility values that determines the visibility of the touch mode button. The default is GrapeCity.Viewer.Common.Model.TouchModeButtonVisibility.Auto.
    Remarks
    This property controls the appearance of the touch mode toggle button on the viewer's toolbar. When set to GrapeCity.Viewer.Common.Model.TouchModeButtonVisibility.Auto, the button's visibility is automatically determined based on the current input method (touch or mouse). Setting this property GrapeCity.Viewer.Common.Model.TouchModeButtonVisibility.Hidden hides the button regardless of the input method.
    See Also