InputManager.IsInMenuMode 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 qui indique s’il s’agit ComponentDispatcher du mode menu.
public:
property bool IsInMenuMode { bool get(); };
public bool IsInMenuMode { get; }
member this.IsInMenuMode : bool
Public ReadOnly Property IsInMenuMode As Boolean
Valeur de propriété
true s’il s’agit ComponentDispatcher du mode menu ; sinon, false.
Remarques
La IsInMenuMode propriété retourne true si des menus sont ouverts et si false aucun menu n’est ouvert.