MindFusion.Wpf Pack Programmer's Guide
Command.Adopt Method
See Also
 





Merges adjacent commands in the history queue if they are related.

Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected virtual bool Adopt (
    Command command
)

Visual Basic  Copy Code

Protected Overridable Function Adopt( _
    command As Command _
) As Boolean

 Parameters

command
The Command that might be adopted by this command.

 Return Value

true if the specified command has been adopted; otherwise, false.

 See Also

Command Members
Command Class
MindFusion.Diagramming.Wpf.Commands Namespace