InputManager.IsInMenuMode Proprietà

Definizione

Ottiene un valore che indica se l'oggetto ComponentDispatcher si trova in modalità menu.

public:
 property bool IsInMenuMode { bool get(); };
public bool IsInMenuMode { get; }
member this.IsInMenuMode : bool
Public ReadOnly Property IsInMenuMode As Boolean

Valore della proprietà

true se l'oggetto ComponentDispatcher si trova in modalità menu; in caso contrario, false.

Commenti

La IsInMenuMode proprietà restituisce true se i menu sono aperti e restituisce false se non sono aperti menu.

Si applica a