MindFusion.Wpf Pack Programmer's Guide
Command.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 virtual bool IsContainerOf (
    Command command
)

Visual Basic  Copy Code

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

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