PropertyValueEditorCommands.ShowContextMenu Property

Gets a RoutedCommand that represents a request to display a context menu in the PropertyContainer.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ShowContextMenu As RoutedCommand
    Get
public static RoutedCommand ShowContextMenu { get; }
public:
static property RoutedCommand^ ShowContextMenu {
    RoutedCommand^ get ();
}
static member ShowContextMenu : RoutedCommand
static function get ShowContextMenu () : RoutedCommand

Property Value

Type: System.Windows.Input.RoutedCommand
A request to display a context menu in the PropertyContainer.

Examples

WPF Designer Extensibility Architecture

PropertyValueEditor

.NET Framework Security

See Also

Reference

PropertyValueEditorCommands Class

Microsoft.Windows.Design.PropertyEditing Namespace