ScrollBarBase.GetUIMode(ScrollBarBase) Method
Returns the UI mode in which the specified scroll bar is displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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