Condividi tramite


InputManager.IsInMenuMode Proprietà

Definizione

Ottiene un valore che indica se è ComponentDispatcher 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 è ComponentDispatcher 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