Proprietà ApplicationBar.IsMenuEnabled

Spazio dei nomi:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
Public Property IsMenuEnabled As Boolean
public bool IsMenuEnabled { get; set; }
public:
virtual property bool IsMenuEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsMenuEnabled : bool with get, set
override IsMenuEnabled : bool with get, set

Valore proprietà

Tipo: System.Boolean

Implementa

IApplicationBar.IsMenuEnabled

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ApplicationBar Classe

Spazio dei nomi Microsoft.Phone.Shell