Invoked during interactive creation of items to test whether the operation can be completed in the current context.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected abstract bool AllowCreate ( |
Visual Basic
Copy Code
|
|---|
Protected MustOverride Function AllowCreate( _ |
true to allow the creation of this item; otherwise, false.
RemarksThis method is invoked after each mouse movement in order to update the mouse pointer icon, so do not perform any time-consuming operations in its implementation.
See Also