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

HScrollBarBase Class

Serves as the base for HScrollBar class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public abstract class HScrollBarBase :
    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
ScrollBarBase
DevExpress.XtraEditors.ScrollTouchBase
HScrollBarBase
See Also