Creates a Command -derived object that can be used to undo the scroll operation.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
Command CreateScrollCommand () |
Visual Basic
Copy Code
|
|---|
Function CreateScrollCommand () As Command |
A Command object that can be used to undo the scroll operation. Target nodes return different commands depending on the type of their contents, e.g. ScrollContainerCmd for scrolling child nodes inside ContainerNode or ScrollTableCmd for scrolling rows of TableNode.
See Also