ScrollProperties 類別

定義

封裝與捲動相關的屬性。

public ref class ScrollProperties abstract
public abstract class ScrollProperties
type ScrollProperties = class
Public MustInherit Class ScrollProperties
繼承
ScrollProperties
衍生

備註

這是 abstract 類別。 Windows Forms直接使用的衍生類別是 HScrollPropertiesVScrollProperties ,由 的 和 VerticalScroll 屬性 ScrollableControlHorizontalScroll 回。

建構函式

ScrollProperties(ScrollableControl)

初始化 ScrollProperties 類別的新執行個體。

屬性

Enabled

取得或設定值,指出是否可以在容器 (Container) 上使用捲軸。

LargeChange

取得或設定為回應大型捲動命令而移動捲軸的距離。

Maximum

取得或設定可捲動範圍的上限。

Minimum

取得或設定可捲動範圍的下限。

ParentControl

取得這個捲動資訊所套用至的控制項。

SmallChange

取得或設定為回應小型捲動命令而移動捲軸的距離。

Value

取得或設定數值,表示捲軸方塊的目前位置。

Visible

取得或設定值,指出使用者是否可以看到捲軸。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於