Share via


SelectionCommands Members

Include Protected Members
Include Inherited Members

Provides standard commands that control the selection of objects in a designer.

The SelectionCommands type exposes the following members.

Properties

 

Name

Description

Public propertyStatic member

Clear

Gets a RoutedCommand that represents a request to clear the existing selection.

Public propertyStatic member

SelectAll

Gets a RoutedCommand that represents a request to select all objects in the designer.

Public propertyStatic member

SelectNext

Gets a RoutedCommand that represents a request to select the next object in the designer.

Public propertyStatic member

SelectOnlyTarget

Gets a ToolCommand that represents a request to select only the object under the mouse pointer in the designer.

Public propertyStatic member

SelectPrevious

Gets a RoutedCommand that represents a request to select the previous object in the designer.

Public propertyStatic member

SelectTarget

Gets a ToolCommand that represents a request to select the object under the mouse pointer in the designer.

Public propertyStatic member

ShowEvent

Gets a ToolCommand that represents a request to display the default event handler for the primary selection object in the designer.

Public propertyStatic member

ToggleSelectTarget

Gets a ToolCommand that represents a request to toggle the selection state of the object under the mouse pointer in the designer.

Public propertyStatic member

UnionSelectTarget

Gets a ToolCommand that represents a request to add the object under the mouse pointer in the designer to the existing selection.

Top

See Also

Reference

SelectionCommands Class

Microsoft.Windows.Design.Interaction Namespace