DesignerView.GetCommandMenuMode(DependencyObject) Metodo

Definizione

Recupera la modalità di menu dei comandi dell'oggetto specificato.

public:
 static System::Activities::Presentation::View::CommandMenuMode ^ GetCommandMenuMode(System::Windows::DependencyObject ^ obj);
public static System.Activities.Presentation.View.CommandMenuMode GetCommandMenuMode(System.Windows.DependencyObject obj);
static member GetCommandMenuMode : System.Windows.DependencyObject -> System.Activities.Presentation.View.CommandMenuMode
Public Shared Function GetCommandMenuMode (obj As DependencyObject) As CommandMenuMode

Parametri

obj
DependencyObject

Oggetto di cui viene recuperata la modalità di menu dei comandi.

Valori restituiti

Modalità di menu dei comandi per .obj

Si applica a