Skip to main content

BaseControl.GetAccessible() Method

Returns an object which implements the accessibility information.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public BaseAccessible GetAccessible()

Returns

Type Description
DevExpress.Accessibility.BaseAccessible

A BaseAccessibility object.

Remarks

This member supports the internal infrastructure and is not intended to be called directly from your code.

See Also