Skip to main content

ScrollBarBase.GetUIMode(ScrollBarBase) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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