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,包含水平滚动条的信息。

属性

注解

HScrollProperties 类包含有关滚动条及其操作的信息,例如是否启用和可见、滚动页大小、方向、显示位置等。

适用于

另请参阅