AccessibilityKeyMap
Provides a class for the key mapping used when report viewer accessibility is enabled.
Definition
Namespace:Telerik.ReportViewer.Html5.Common.Options
Assembly:Telerik.ReportViewer.Html5.WebForms.dll
Syntax:
public class AccessibilityKeyMap
Inheritance: objectAccessibilityKeyMap
Constructors
public AccessibilityKeyMap()
Properties
CONFIRM_KEY
byte
Key code for executing report actions and applying report parameters
public byte CONFIRM_KEY { get; set; }
CONTENT_AREA_KEY
byte
Key code for navigating to report contents area, when pressed together with CTRL + ALT
public byte CONTENT_AREA_KEY { get; set; }
Returns an instance, initialized with the default key mapping
public static AccessibilityKeyMap Default { get; }
Key code for navigating to document map area, when pressed together with CTRL + ALT
public byte DOCUMENT_MAP_AREA_KEY { get; set; }
MENU_AREA_KEY
byte
Key code for navigating to menu area, when pressed together with CTRL + ALT
public byte MENU_AREA_KEY { get; set; }
Key code for navigating to parameters area, when pressed together with CTRL + ALT
public byte PARAMETERS_AREA_KEY { get; set; }
Methods
Internal use only
Equals(object)
bool
Internal use only
public override bool Equals(object obj)
bool
Overrides:
Internal use only
public override int GetHashCode()
int
Overrides: