Gets whether the user is prevented from manipulating this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual bool NotInteractive () |
Visual Basic
Copy Code
|
|---|
Public Overridable Function NotInteractive () As Boolean |
true to prevent user interaction with this item; otherwise, false.
RemarksThe default implementation prevents manipulation of invisible or locked items.
See Also