ScrollableControl.HorizontalScroll Eigenschaft

Definition

Ruft die Merkmale ab, die der horizontalen Scrollleiste zugeordnet sind.

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

Eigenschaftswert

HScrollProperties

Eine HScrollProperties-Klasse mit Informationen zur horizontalen Schiebeleiste.

Attribute

Hinweise

Die HScrollProperties Klasse enthält Informationen über die Bildlaufleiste und den Vorgang, z. B. ob sie aktiviert und sichtbar ist, die Bildlaufseitengröße, die Ausrichtung, die Anzeigeposition usw.

Gilt für

Siehe auch