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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.