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 |
---|
System.String |
Name
Gets the name
Declaration
public override string Name { get; set; }
Property Value
Type |
---|
System.String |
Role
Gets the AccessibleRole
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
Value
Gets the Value
Declaration
public override string Value { get; set; }
Property Value
Type |
---|
System.String |