menu

WinForms

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

    Show / Hide Table of Contents

    Class FloatingFormAccessibility

    The FloatingFormAccessibility class provides information about a float window that can be used by an accessibility application.

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

    Constructors

    FloatingFormAccessibility(FloatingForm)

    Initializes a new instance of the FloatingFormAccessibility class.

    Declaration
    public FloatingFormAccessibility(FloatingForm form)
    Parameters
    Type Name Description
    FloatingForm form

    Properties

    Bounds

    Gets the bounds of FloatingForm control.

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

    Description

    Gets the description of FloatingForm control.

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

    Name

    Gets the name of FloatingForm control.

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

    Parent

    Gets the parent of FloatingForm control.

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

    Role

    Gets the accessible role of FloatingForm control.

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

    State

    Gets the state of FloatingForm control.

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

    Value

    Gets the value of FloatingForm control.

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