ScrollBarBase.GetUIMode(ScrollBarBase) Method
In This Article
Returns the UI mode in which the specified scroll bar is displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public static ScrollUIMode GetUIMode(
ScrollBarBase scroll
)
#Parameters
Name | Type | Description |
---|---|---|
scroll | Scroll |
A Scroll |
#Returns
Type | Description |
---|---|
Scroll |
The scroll bar’s UI mode. |
See Also