ScrollableControl.VerticalScroll 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與垂直捲動條相關的特性。
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 類別包含有關捲軸及其運作的資訊,例如是否啟用且可見、捲動頁面大小、方向、顯示位置等。