ActionsPane.HorizontalScroll Property

Definition

Gets the characteristics associated with the horizontal scroll bar.

public:
 property System::Windows::Forms::HScrollProperties ^ HorizontalScroll { System::Windows::Forms::HScrollProperties ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.HScrollProperties HorizontalScroll { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)>]
member this.HorizontalScroll : System.Windows.Forms.HScrollProperties
Public ReadOnly Property HorizontalScroll As HScrollProperties

Property Value

An object that contains information about the horizontal scroll bar.

Attributes

Remarks

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

Applies to