MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / TouchMode Enumeration

TouchMode Enumeration
Defines the operational modes for touch interactions within the application.
Syntax
'Declaration
 
Public Enum TouchMode 
   Inherits System.Enum
 
Members
MemberDescription
AutoThe application automatically detects the end-user's environment to determine whether touch mode should be enabled or disabled.
FalseTouch mode is explicitly disabled, maintaining the default user interface suitable for mouse and keyboard interactions.
TrueTouch mode is explicitly enabled, optimizing the user interface for touch interactions.
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Viewer.Common.Model.TouchMode

See Also