Search
Diagram.IsItemInteractive Method
See Also
 





Checks if the specified item can be modified interactively.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsItemInteractive (
    DiagramItem item
)

Visual Basic  Copy Code

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

 Parameters

item

The DiagramItem to check.

 Return Value

true, if the item is currently visible and unlocked and it is not associated with a hidden or locked layer; otherwise, false.

 See Also