alexa

    Show / Hide Table of Contents

    Class ClockAccessibility

    Coded UI Accessibility Class

    Inheritance
    System.Object
    ClockAccessibility
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ClockAccessibility : Control.ControlAccessibleObject

    Constructors

    ClockAccessibility(Clock)

    Constructor

    Declaration
    public ClockAccessibility(Clock clock)
    Parameters
    Type Name Description
    Clock clock

    Properties

    Description

    Gets the Description

    Declaration
    public override string Description { get; }
    Property Value
    Type
    System.String

    Role

    Gets the Clock role

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleRole
    Back to top Generated by DocFX