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
C# Copy Code |
---|
protected override bool IsContainerOf ( |
Visual Basic Copy Code |
---|
Protected Overrides Function IsContainerOf( _ |
The Command for which to determine whether it is a derivative.
true if the specified command should be considered a derivative; otherwise, false.