ScrollAmount 列舉

定義

包含值,這些值是由 ScrollPattern 用來表示要捲動的方向和距離。

public enum class ScrollAmount
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("bd52d3c7-f990-4c52-9ae3-5c377e9eb772")]
public enum ScrollAmount
public enum ScrollAmount
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("bd52d3c7-f990-4c52-9ae3-5c377e9eb772")>]
type ScrollAmount = 
type ScrollAmount = 
Public Enum ScrollAmount
繼承
ScrollAmount
屬性

欄位

LargeDecrement 0

指定以大量遞減來捲動,相當於 PageUp 或按一下捲軸的空白部分。 如果 PageUp 的量不適合控制項和/或沒有捲軸,則此值代表的量等於目前可見的視窗。

LargeIncrement 3

指定以大量遞增來捲動,相當於 PageDown 或按一下捲軸元件上的軌道。 如果 PageDown 的量不適合控制項和/或沒有捲軸,則此值代表的量等於目前可見的區域。

NoAmount 2

指定不應該執行捲動。

SmallDecrement 1

指定以少量遞減來捲動,相當於按下方向鍵或按一下捲軸上的箭號按鈕。

SmallIncrement 4

指定以少量遞增來捲動,相當於按下方向鍵或按一下捲軸上的箭號按鈕。

適用於