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

属性值

包含有关垂直滚动条的信息的 A VScrollProperties

属性

注解

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

适用于

另请参阅