ScrollOrientation 列挙型

定義

Scroll イベントのスクロール バーの方向を指定します。

public enum class ScrollOrientation
public enum ScrollOrientation
type ScrollOrientation = 
Public Enum ScrollOrientation
継承
ScrollOrientation

フィールド

HorizontalScroll 0

水平スクロール バーです。

VerticalScroll 1

垂直スクロール バーです。

注釈

この列挙は、ScrollOrientation プロパティで使用されます。

適用対象