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

VScrollProperties,其中包含垂直捲軸的相關資訊。

屬性

備註

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

適用於

另請參閱