Back to Devexpress

DXAccessible.QueryAccessibleInfoEventArgs Members

windowsforms-devexpress-dot-accessibility-dot-dxaccessible-dot-queryaccessibleinfoeventargs-dot-underscore-members.md

latest4.5 KB
Original Source

DXAccessible.QueryAccessibleInfoEventArgs Members

Contains data for the QueryAccessibleInfo event.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
AccessibleObjectGets the System.Windows.Forms.AccessibleObject that allows you to return the standard accessibility information about the currently processed UI element.
DefaultActionGets or sets a string that describes the UI element’s default action.
DescriptionGets or sets a string that describes the visual appearance of the currently processed UI element.
NameGets or sets the name of the Accessible Object associated with a UI element.
OwnerGets the QueryAccessibleInfoEventArgs.Owner control’s child object that contains the currently processed UI element.
OwnerControlGets the control that contains the currently processed UI element.
RoleGets or sets the accessible role of the currently processed UI element.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetDXAccessible<T>()Returns a BaseAccessible object (or its descendant) that stores additional accessibility information about the currently processed UI element.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string representing the current object.

See Also

DXAccessible.QueryAccessibleInfoEventArgs Class

DevExpress.Accessibility Namespace