Condividi tramite


DesignerView.SetCommandMenuMode(DependencyObject, CommandMenuMode) Metodo

Definizione

Imposta la modalità del menu dei comandi su un oggetto di dipendenza specificato.

public:
 static void SetCommandMenuMode(System::Windows::DependencyObject ^ obj, System::Activities::Presentation::View::CommandMenuMode ^ value);
public static void SetCommandMenuMode (System.Windows.DependencyObject obj, System.Activities.Presentation.View.CommandMenuMode value);
static member SetCommandMenuMode : System.Windows.DependencyObject * System.Activities.Presentation.View.CommandMenuMode -> unit
Public Shared Sub SetCommandMenuMode (obj As DependencyObject, value As CommandMenuMode)

Parametri

obj
DependencyObject

L'oggetto di dipendenza su cui è impostata la modalità del menu dei comandi.

value
CommandMenuMode

Il valore della modalità del menu dei comandi da impostare.

Si applica a