Creates a Command -derived object that can be used to undo the scroll operation.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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.
NetDiagram Programmer's Guide | © 2023 MindFusion |