PropertyValueEditorCommands.ShowInlineEditor Property
Gets a RoutedCommand that represents a request to display an inline editor for a property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ShowInlineEditor As RoutedCommand
Get
public static RoutedCommand ShowInlineEditor { get; }
public:
static property RoutedCommand^ ShowInlineEditor {
RoutedCommand^ get ();
}
static member ShowInlineEditor : RoutedCommand
static function get ShowInlineEditor () : RoutedCommand
Property Value
Type: System.Windows.Input.RoutedCommand
A request to display an inline 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 inline editors. For example, the Margin property editor is an inline editor where the user types the property value directly in the property's row.
.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
Microsoft.Windows.Design.PropertyEditing Namespace