ScrollableControl.HorizontalScroll 屬性

定義

取得與水平捲軸相關聯的特性。

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

屬性值

HScrollProperties,其中包含水平捲軸的相關資訊。

屬性

備註

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

適用於

另請參閱