WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarAccessibility

    Show / Hide Table of Contents

    Class ProgressBarAccessibility

    ProgressBar Coded UI Accessiblity

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

    Constructors

    ProgressBarAccessibility(ProgressBarAdv)

    Constructor

    Declaration
    public ProgressBarAccessibility(ProgressBarAdv progressBar)
    Parameters
    Type Name Description
    ProgressBarAdv progressBar

    Properties

    Description

    Gets the Description

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

    Name

    Gets the name

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

    Role

    Gets the AccessibleRole

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type Description
    System.Windows.Forms.AccessibleRole

    Value

    Gets the Value

    Declaration
    public override string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved