ApplicationCommands.Properties Proprietà

Definizione

Ottiene il valore che rappresenta il comando Proprietà.

public:
 static property System::Windows::Input::RoutedUICommand ^ Properties { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Properties { get; }
static member Properties : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Properties As RoutedUICommand

Valore della proprietà

Comando .

Valori predefiniti
Movimento della chiave F4
Testo dell'interfaccia utente Proprietà

Commenti

Questo comando indica l'intenzione di aprire una finestra di dialogo delle proprietà.

Non esiste necessariamente un'implementazione per il comando su un determinato oggetto; in molti casi l'implementazione per il comando è responsabilità del writer dell'applicazione.

Utilizzo degli attributi XAML

<object property="Properties"/>

Si applica a

Vedi anche