menu

WinForms

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

    Show / Hide Table of Contents

    Class StreamEditControlAccessibility

    Represents a StreamEditControlAccessibility that used to specify the accessibility object of the EditControl.

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

    Constructors

    StreamEditControlAccessibility(StreamEditControl)

    Initializes a new instance of the StreamEditControlAccessibility class.

    Declaration
    public StreamEditControlAccessibility(StreamEditControl FileEditControl)
    Parameters
    Type Name Description
    StreamEditControl FileEditControl

    Properties

    Bounds

    Gets Bounds of the EditControl which is used by Accessibility program

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

    Description

    Gets Description of the EditControl which is used by Accessibility program

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

    Help

    Gets the Help of EditControl which is used by Accessibility program

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

    Name

    Gets Name of the EditControl which is used by Accessibility program

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

    Parent

    Gets Parent of the EditControl which is used by Accessibility program

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

    Role

    Gets Role of the EditControl which is used by Accessibility program.

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

    State

    Gets State of the EditControl which is used by Accessibility program

    Declaration
    public override AccessibleStates State { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleStates

    Value

    Returns Text value of EditControl

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

    Methods

    GetFocused()

    Returns whether the control is Focused or not

    Declaration
    public override AccessibleObject GetFocused()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Indicates whether its focused.

    HitTest(Int32, Int32)

    Retrieves the child object at the specified screen coordinates.

    Declaration
    public override AccessibleObject HitTest(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x

    The horizontal screen coordinate.

    System.Int32 y

    The vertical screen coordinate.

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    An TileLayoutAccessibility that represents the child object at the given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns null if no object is at the tested location.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved