Checks if the specified item can be modified interactively.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool IsItemInteractive ( |
Visual Basic
Copy Code
|
|---|
Public Function IsItemInteractive( _ |
The DiagramItem to check.
true, if the item is currently visible and unlocked and it is not associated with a hidden or locked layer; otherwise, false.
See Also