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 类包含有关滚动条及其操作的信息,例如是否启用和可见、滚动页面大小、方向、显示位置等。

适用于

另请参阅