menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddTextAccessibility - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AddTextAccessibility

    Represents a class that used to specify the accessibility object of the add dialog.

    Inheritance
    System.Object
    AddTextAccessibility
    Namespace: Syncfusion.Windows.Forms.Edit.Accessibility
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class AddTextAccessibility : Control.ControlAccessibleObject

    Constructors

    AddTextAccessibility(frmSimpleAdd)

    Constructor for AddTextAccessibility class.

    Declaration
    public AddTextAccessibility(frmSimpleAdd m_frmSimpleAddDialog)
    Parameters
    Type Name Description
    frmSimpleAdd m_frmSimpleAddDialog

    The instance of frmSimpleAdd.

    Properties

    Bounds

    Gets the rectangle bounds of add dialog.

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Description

    Gets the accessible description of add dialog.

    Declaration
    public override string Description { get; }
    Property Value
    Type
    System.String

    Help

    Gets the help of add dialog.

    Declaration
    public override string Help { get; }
    Property Value
    Type
    System.String

    Name

    Gets the name of add dialog.

    Declaration
    public override string Name { get; }
    Property Value
    Type
    System.String

    Parent

    Gets the parent of add dialog.

    Declaration
    public override AccessibleObject Parent { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleObject

    Role

    Gets accessible role of the add dialog.

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleRole

    State

    Gets accessible states of the add dialog.

    Declaration
    public override AccessibleStates State { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleStates
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved