Checks if the specified item is locked.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsItemLocked ( |
Visual Basic
Copy Code
|
|---|
Public Function IsItemLocked( _ |
The DiagramItem to check.
true, if the item's Locked property is set to true or if the item is associated with a locked layer; otherwise, false.
See Also