dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / UserInfo Class / AccessibilityMode Property

In This Topic
    AccessibilityMode Property
    In This Topic
    Indicates whether user interface modifications for the visually impaired are enabled.
    Syntax
    'Declaration
     
    Public ReadOnly Property AccessibilityMode As Boolean
    public bool AccessibilityMode {get;}

    Property Value

    true, if user interface modifications for the visually impaired are enabled for the user; otherwise, false.
    See Also