menu

WinForms

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

    Show / Hide Table of Contents

    Class ReplaceDialogAccessibility

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

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

    Constructors

    ReplaceDialogAccessibility(frmReplaceDialog)

    Initializes a new instance of the ReplaceDialogAccessibility class.

    Declaration
    public ReplaceDialogAccessibility(frmReplaceDialog m_FrmReplaceDialog)
    Parameters
    Type Name Description
    frmReplaceDialog m_FrmReplaceDialog

    The Instance of frmReplaceDialog

    Properties

    Bounds

    Gets the rectangle bounds of replace dialog.

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

    Description

    Gets the accessible description of replace dialog.

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

    Help

    Gets the help of replace dialog.

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

    Name

    Gets the name of replace dialog.

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

    Parent

    Gets the parent of replace dialog.

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

    Role

    Gets accessible role of the replace dialog.

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

    State

    Gets accessible state of the replace 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