ScrollOrientation Enum

Definition

Specifies the scroll bar orientation for the Scroll event.

public enum class ScrollOrientation
public enum ScrollOrientation
type ScrollOrientation = 
Public Enum ScrollOrientation
Inheritance
ScrollOrientation

Fields

HorizontalScroll 0

The horizontal scroll bar.

VerticalScroll 1

The vertical scroll bar.

Remarks

This enumeration is used by the ScrollOrientation property.

Applies to