PropertyValueEditorCommands.ShowErrorMessage Property

Gets a RoutedCommand that represents a request to show a validation error message.

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

Syntax

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

Property Value

Type: System.Windows.Input.RoutedCommand
A request to show a validation error message.

Examples

WPF Designer Extensibility Architecture

PropertyValueEditor

.NET Framework Security

See Also

Reference

PropertyValueEditorCommands Class

Microsoft.Windows.Design.PropertyEditing Namespace