[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.TouchMode

TouchMode Enum

Defines the operational modes for touch interactions within the application.

Namespace: GrapeCity.Viewer.Common.Model
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public enum TouchMode
Remarks

This enumeration allows for explicit control over the application's touch interaction mode, providing options to enable or disable touch mode, or to automatically adjust based on the detected capabilities of the end-user's environment.

Fields

Name Description
Auto

The application automatically detects the end-user's environment to determine whether touch mode should be enabled or disabled.

False

Touch mode is explicitly disabled, maintaining the default user interface suitable for mouse and keyboard interactions.

True

Touch mode is explicitly enabled, optimizing the user interface for touch interactions.