This topic provides information about recordable actions for testing the XamDiagram ™ control.
This topic contains the following sections:
Complete a drag operation by dropping the dragged object on to a specific point in the XamDiagram.
The following table summarizes the action parameters followed by code examples where applicable.
Cannot perform a drop action because the mouse is not currently dragging.
Select, or add to the existing selection of selected diagram items
The following table summarizes the action parameters followed by code examples where applicable.
Selection is not currently enabled.
Multi-Selection is not currently enabled.
Argument [oItemArg ] is not formatted correctly, format must be [Index, Array of X,Y coords, or string Content]
The specified DiagramItem index [oItemArg ] is out of range
The following item [oItemArg ] was not found.
The following DiagramItem [oItemArg ] key was not found.
Clear the collection of selected items
Deselects the identified item
The following table summarizes the action parameters followed by code examples where applicable.
Argument [oItemArg ] is not formatted correctly, format must be [Index, Array of X,Y coords, or string Content]
The specified DiagramItem index [oItemArg ] is out of range
The following item [oItemArg ] was not found.
The following DiagramItem [oItemArg ] key was not found.
Select all the diagram items inside a rectangle range
The following table summarizes the action parameters followed by code examples where applicable.
Selection is not currently enabled.
Copy the currently selected diagram items to the supplied location offset
The following table summarizes the action parameters followed by code examples where applicable.
No DiagramItems are currently selected.
Move the currently selected diagram items to the supplied location offset
The following table summarizes the action parameters followed by code examples where applicable.
No DiagramItems are currently selected.
Move the currently selected diagram connection end to the supplied location offset
The following table summarizes the action parameters followed by code examples where applicable.
The DiagramItem [selected ] is not a DiagramConnector.
The option supplied is not one of the valid options, valid options are [{0}]
Connect one end of the selected connector to an identified node
The following table summarizes the action parameters followed by code examples where applicable.
The DiagramItem [selected ] is not a DiagramConnector.
The option supplied is not one of the valid options, valid options are [{0}]
The specified DiagramItem index [oNodeArg ] is out of range
The following DiagramItem [oNodeArg ] key was not found.
The specified DiagramConnection Point index [oConnPoint ] is out of range
The following DiagramConnection Point [oConnPoint ] key was not found.
Open the options pane for the currently selected DiagramItem
No DiagramItems are currently selected.
DiagramItem OptionsPane is not visible
Renames the selected item
The following table summarizes the action parameters followed by code examples where applicable.
One and only one item must be selected to perform this operation.
Resizes the selected DiagramNode
The following table summarizes the action parameters followed by code examples where applicable.
One and only one item must be selected to perform this operation.
The DiagramItem [selected ] is not a DiagramNode.
Perform the supplied command
The following table summarizes the action parameters followed by code examples where applicable.
No DiagramItems are currently selected.
The following topics provide additional information related to this topic.