MindFusion.Wpf Pack Programmer's Guide
AddToContainerCmd.IsContainerOf Method
See Also
 





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

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

 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

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