ScrollableControl.VerticalScroll 属性
定义
获取与垂直滚动条相关联的特性。Gets the characteristics associated with the vertical scroll bar.
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,包含垂直滚动条的信息。A VScrollProperties that contains information about the vertical scroll bar.
- 属性
注解
VScrollProperties类包含滚动条及其操作的相关信息,例如它是否已启用和可见、滚动页面大小、方向、显示位置等。The VScrollProperties class contains information about the scroll bar and its operation, such as whether it is enabled and visible, the scroll page size, orientation, display position, and so on.