Back to Devexpress

HScrollBarBase Class

windowsforms-devexpress-dot-xtraeditors-f1c26165.md

latest1.9 KB
Original Source

HScrollBarBase Class

Serves as the base for the HScrollBar class.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public abstract class HScrollBarBase :
    ScrollTouchBase
vb
Public MustInherit Class HScrollBarBase
    Inherits ScrollTouchBase

Remarks

The HScrollBarBase class is abstract and thus cannot be used directly. It overrides the ScrollBarBase.ScrollBarType property inherited from the ScrollBarBase class to assign it a ScrollBarType.Horizontal value.

Inheritance

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ScrollBarBase DevExpress.XtraEditors.ScrollTouchBase HScrollBarBase HScrollBar

See Also

HScrollBarBase Members

HScrollBar

ScrollBarType

DevExpress.XtraEditors Namespace