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