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