Checks if the specified item is locked.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# 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.