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

In This Topic
    TouchMode Enumeration
    In This Topic
    Enable touch mode or not.
    Syntax
    'Declaration
     
    Public Enum TouchMode 
       Inherits System.Enum
    public enum TouchMode : System.Enum 
    Members
    MemberDescription
    AutoDetects end-user environment automatically. If end-user environment supports touch, TouchMode works as True. Otherwise, TouchMode works as False.
    FalseDisable touch mode.
    TrueEnable touch mode.
    Inheritance Hierarchy

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

    See Also