Skip to main content
A newer version of this page is available. .

ScrollBarBase.GetAccessible() Method

Returns an object which implements the accessibility information.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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