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

ScrollBarBase.GetUIMode(ScrollBarBase) Method

Returns the UI mode in which the specified scroll bar is displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static ScrollUIMode GetUIMode(
    ScrollBarBase scroll
)

Parameters

Name Type Description
scroll ScrollBarBase

A ScrollBarBase object whose UI mode should be returned.

Returns

Type Description
ScrollUIMode

The scroll bar’s UI mode.

See Also