DesignerView.GetCommandMenuMode(DependencyObject) Método
Definição
Recupera modo de menu de comando do objeto especificado.Retrieves the command menu mode of the specified object.
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
Parâmetros
- obj
- DependencyObject
O objeto cujo modo de comando de menu é recuperado.The object whose command menu mode is retrieved.
Retornos
O modo de menu de comando para o obj.The command menu mode for the obj.