MenuItem.HandlesScrolling Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le contrôle prend en charge le défilement.
protected public:
virtual property bool HandlesScrolling { bool get(); };
protected internal override bool HandlesScrolling { get; }
member this.HandlesScrolling : bool
Protected Friend Overrides ReadOnly Property HandlesScrolling As Boolean
Valeur de propriété
true
dans tous les cas.
Remarques
Si le contrôle a un ScrollViewer style et qu’il a un comportement de défilement de clavier personnalisé, HandlesScrolling doit retourner true
.