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

TouchModeButtonVisibility Enumeration
Defines the visibility states for the Touch Mode button within the viewer's toolbar.
Syntax
'Declaration
 
Public Enum TouchModeButtonVisibility 
   Inherits System.Enum
 
Members
MemberDescription
AutoThe visibility of the Touch Mode button is determined automatically based on the end-user's environment.
HiddenThe Touch Mode button is not displayed on the toolbar.
Remarks
This enumeration allows the application to control the display of the Touch Mode button, enhancing the user interface for touch interactions when necessary. The visibility can be set to always hide the button or to automatically display it based on the detection of a touch-enabled environment.
Inheritance Hierarchy

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

See Also