Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

VScrollBarBase Class

Serves as the base for VScrollBar class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

NuGet Package: DevExpress.Utils

Declaration

public abstract class VScrollBarBase :
    ScrollTouchBase

Remarks

The VScrollBarBase 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.Vertical value.

Inheritance

Object
MarshalByRefObject
Component
Control
ScrollBarBase
DevExpress.XtraEditors.ScrollTouchBase
VScrollBarBase
See Also