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,其中包含垂直捲軸的相關資訊。
- 屬性
備註
類別 VScrollProperties 包含捲軸及其作業的相關資訊,例如是否啟用和顯示、捲動頁面大小、方向、顯示位置等等。