Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a RoutedCommand that represents a request to display a dialog box editor for a property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ShowDialogEditor As RoutedCommand
'Usage
Dim value As RoutedCommand
value = PropertyValueEditorCommands.ShowDialogEditor
public static RoutedCommand ShowDialogEditor { get; }
public:
static property RoutedCommand^ ShowDialogEditor {
RoutedCommand^ get ();
}
public static function get ShowDialogEditor () : RoutedCommand
Property Value
Type: System.Windows.Input.RoutedCommand
A request to display a dialog box editor for a property.
Remarks
The property window should support the user with different editing modes for a property, if available. The property window should support dialog box editors. For example, the RowDefinitions property editor is a dialog box editor where the user enters the property value in a separate dialog box.
.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.
See Also
Reference
PropertyValueEditorCommands Class
PropertyValueEditorCommands Members
Microsoft.Windows.Design.PropertyEditing Namespace