VScrollProperties 類別

定義

提供類別的基本屬性 VScrollBar

public ref class VScrollProperties : System::Windows::Forms::ScrollProperties
public class VScrollProperties : System.Windows.Forms.ScrollProperties
type VScrollProperties = class
    inherit ScrollProperties
Public Class VScrollProperties
Inherits ScrollProperties
繼承
VScrollProperties

建構函式

名稱 Description
VScrollProperties(ScrollableControl)

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

屬性

名稱 Description
Enabled

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

(繼承來源 ScrollProperties)
LargeChange

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

(繼承來源 ScrollProperties)
Maximum

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

(繼承來源 ScrollProperties)
Minimum

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

(繼承來源 ScrollProperties)
ParentControl

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

(繼承來源 ScrollProperties)
SmallChange

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

(繼承來源 ScrollProperties)
Value

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

(繼承來源 ScrollProperties)
Visible

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

(繼承來源 ScrollProperties)

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於