PropertyValueEditorCommands.ShowExtendedPinnedEditor Property
Gets a RoutedCommand that represents a request to display a pinned 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 ShowExtendedPinnedEditor As RoutedCommand
Get
public static RoutedCommand ShowExtendedPinnedEditor { get; }
public:
static property RoutedCommand^ ShowExtendedPinnedEditor {
RoutedCommand^ get ();
}
static member ShowExtendedPinnedEditor : RoutedCommand
static function get ShowExtendedPinnedEditor () : RoutedCommand
Property Value
Type: System.Windows.Input.RoutedCommand
A request to display a pinned 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 pinned editors, which are dialog boxes that are pinned in place to look like extended editors.
.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