Search
Command.Adopt Method
See Also
 





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

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

 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