ScrollableControl.VerticalScroll 屬性

定義

取得與垂直捲動條相關的特性。

public:
 property System::Windows::Forms::VScrollProperties ^ VerticalScroll { System::Windows::Forms::VScrollProperties ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.VScrollProperties VerticalScroll { get; }
[<System.ComponentModel.Browsable(false)>]
member this.VerticalScroll : System.Windows.Forms.VScrollProperties
Public ReadOnly Property VerticalScroll As VScrollProperties

屬性值

VScrollProperties A 裡面包含了關於垂直捲動條的資訊。

屬性

備註

VScrollProperties 類別包含有關捲軸及其運作的資訊,例如是否啟用且可見、捲動頁面大小、方向、顯示位置等。

適用於

另請參閱