System.Windows.Forms.ScrollOrientation Enumeration

Specifies the scroll bar orientation for the ScrollBar.Scroll event.

Syntax

public enum ScrollOrientation

Remarks

This enumeration is used by the ScrollEventArgs.ScrollOrientation property.

Members

Member NameDescription
HorizontalScroll

The horizontal scroll bar.

VerticalScroll

The vertical scroll bar.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0