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