Search
RemoveFromContainerCmd.Adopt Method
See Also
 





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

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override bool Adopt (
    Command command
)

Visual Basic  Copy Code

Protected Overrides 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