Search
DiagramItem.NotInteractive Method
See Also
 





Gets whether the user is prevented from manipulating this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool NotInteractive ()

Visual Basic  Copy Code

Public Overridable Function NotInteractive () As Boolean

 Return Value

true to prevent user interaction with this item; otherwise, false.

 Remarks

The default implementation prevents manipulation of invisible or locked items.

 See Also