menu

WinForms

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

    Show / Hide Table of Contents

    Class FindDialogAccessibility

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

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

    Constructors

    FindDialogAccessibility(FrmFindDialog)

    Initializes a new instance of the FindDialogAccessibility class.

    Declaration
    public FindDialogAccessibility(FrmFindDialog m_FrmFindDialog)
    Parameters
    Type Name Description
    FrmFindDialog m_FrmFindDialog

    The instance of FrmFindDialog class

    Properties

    Bounds

    Gets the rectangle bounds of find dialog.

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

    Description

    Gets the accessible description of find dialog.

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

    Help

    Gets the help of find dialog.

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

    Name

    Gets the name of find dialog.

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

    Parent

    Gets the parent of find dialog.

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

    Role

    Gets accessible role of the find dialog .

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

    State

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