Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a RoutedCommand that represents a request to display an extended 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 ShowExtendedPopupEditor As RoutedCommand
Get
public static RoutedCommand ShowExtendedPopupEditor { get; }
public:
static property RoutedCommand^ ShowExtendedPopupEditor {
RoutedCommand^ get ();
}
static member ShowExtendedPopupEditor : RoutedCommand
static function get ShowExtendedPopupEditor () : RoutedCommand
Property Value
Type: System.Windows.Input.RoutedCommand
A request to display an extended 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 extended editors. For example, the HorizontalAlignment property editor is an extended editor where the user selects the property value from a drop-down list.
.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