ScrollProperties 類別

定義

封裝與捲動相關的屬性。

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

備註

這是抽象類。 Windows Forms 直接使用的導出類別是 HScrollPropertiesVScrollProperties,這些類別由 HorizontalScrollVerticalScrollScrollableControl 性質回傳。

建構函式

名稱 Description
ScrollProperties(ScrollableControl)

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

屬性

名稱 Description
Enabled

取得或設定捲軸條是否能用於容器。

LargeChange

根據大型滾動指令,取得或設定滾動條移動距離。

Maximum

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

Minimum

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

ParentControl

取得該卷軸資訊所適用的控制權。

SmallChange

根據一個小的滾動指令,取得或設定移動滾動條的距離。

Value

取得或設定一個數值,代表滾動條框當前的位置。

Visible

取得或設定使用者是否能看到滾動條。

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於