Class FormatsConfigurationAccessibility
Represents a class that used to specify the accessibility object of the format configuration dialog.
Inheritance
System.Object
FormatsConfigurationAccessibility
Namespace: Syncfusion.Windows.Forms.Edit.Accessibility
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class FormatsConfigurationAccessibility : Control.ControlAccessibleObject
Constructors
FormatsConfigurationAccessibility(frmFormatsConfig)
Initializes a new instance of the FormatsConfigurationAccessibility class.
Declaration
public FormatsConfigurationAccessibility(frmFormatsConfig m_frmFormatsConfigDialog)
Parameters
Type | Name | Description |
---|---|---|
frmFormatsConfig | m_frmFormatsConfigDialog | The instance of frmFormatsConfig |
Properties
Bounds
Gets the rectangle bounds of format configuration dialog.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the accessible description of format configuration dialog.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Help
Gets the help of format configuration dialog.
Declaration
public override string Help { get; }
Property Value
Type |
---|
System.String |
Name
Gets the name of cformat configuration dialog.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the parent of format configuration dialog.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets accessible role of the format configuration dialog.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets accessible state of the format configuration dialog.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |