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.
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
Gets a RoutedCommand that represents a request to clear the existing selection.
Gets a RoutedCommand that represents a request to select all objects in the designer.
Gets a RoutedCommand that represents a request to select the next object in the designer.
Gets a ToolCommand that represents a request to select only the object under the mouse pointer in the designer.
Gets a RoutedCommand that represents a request to select the previous object in the designer.
Gets a ToolCommand that represents a request to select the object under the mouse pointer in the designer.
Gets a ToolCommand that represents a request to display the default event handler for the primary selection object in the designer.
Gets a ToolCommand that represents a request to toggle the selection state of the object under the mouse pointer in the designer.
Gets a ToolCommand that represents a request to add the object under the mouse pointer in the designer to the existing selection.
Top