Search
Diagram.IsItemLocked Method
See Also
 





Checks if the specified item is locked.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsItemLocked (
    DiagramItem item
)

Visual Basic  Copy Code

Public Function IsItemLocked( _
    item As DiagramItem _
) As Boolean

 Parameters

item

The DiagramItem to check.

 Return Value

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