ScrollableControl.HorizontalScroll Propriété

Définition

Obtient les caractéristiques associées à la barre de défilement horizontale.

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

Valeur de propriété

HScrollProperties

HScrollProperties qui contient des informations sur la barre de défilement horizontale.

Attributs

Remarques

La HScrollProperties classe contient des informations sur la barre de défilement et son opération, telles qu’elle est activée et visible, la taille de page de défilement, l’orientation, la position d’affichage, etc.

S’applique à

Voir aussi