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 |