ActionsPane.VerticalScroll Property

Definition

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)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.VScrollProperties VerticalScroll { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)>]
member this.VerticalScroll : System.Windows.Forms.VScrollProperties
Public ReadOnly Property VerticalScroll As VScrollProperties

Property Value

An object that contains information about the vertical scroll bar.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.ScrollableControl.VerticalScroll property. For more information about using this property, see System.Windows.Forms.ScrollableControl.VerticalScroll.

Applies to