DiagramItem.allowCreate override. Invoked while the user draws this item to test whether the operation can be completed in the current context.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
protected boolean allowCreate ( |
true to allow the creation of this link; otherwise, false.
See Also