ScrollEventType 列舉

定義

指定用來引發 Scroll 事件的動作的型別。

public enum class ScrollEventType
[System.Runtime.InteropServices.ComVisible(true)]
public enum ScrollEventType
public enum ScrollEventType
[<System.Runtime.InteropServices.ComVisible(true)>]
type ScrollEventType = 
type ScrollEventType = 
Public Enum ScrollEventType
繼承
ScrollEventType
屬性

欄位

EndScroll 8

捲動方塊已經停止移動。

First 6

捲動方塊已移至 Minimum 位置。

LargeDecrement 2

捲動方塊移動一大段距離。 使用者按一下捲軸上捲動方塊的左方 (水平) 或上方 (垂直),或是按 PAGE UP 鍵。

LargeIncrement 3

捲動方塊移動一大段距離。 使用者按一下捲軸上捲動方塊的右方 (水平) 或下方 (垂直),或是按 PAGE DOWN 鍵。

Last 7

捲動方塊已移至 Maximum 位置。

SmallDecrement 0

捲動方塊移動一小段距離。 使用者按一下向左 (水平) 或向上 (垂直) 捲動箭號,或者是按向上鍵。

SmallIncrement 1

捲動方塊移動一小段距離。 使用者按一下向右 (水平) 或向下 (垂直) 捲動箭號,或按向下鍵。

ThumbPosition 4

移動捲動方塊。

ThumbTrack 5

目前正在移動捲動方塊。

備註

這個列舉是由 ScrollEventArgs.Type 使用。

適用於

另請參閱