Search
AddToContainerCmd.IsContainerOf Method
See Also
 





Determines whether a command has been initiated by this command and must be treated as a derivative.

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

 Syntax

C#  Copy Code

protected override bool IsContainerOf (
    Command command
)

Visual Basic  Copy Code

Protected Overrides Function IsContainerOf( _
    command As Command _
) As Boolean

 Parameters

command
The Command for which to determine whether it is a derivative.

 Return Value

true if the specified command should be considered a derivative; otherwise, false.

 See Also