Gets a flag indicating whether this object is being currently modified interactively by the user.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool NowModifying () |
Visual Basic
Copy Code
|
|---|
Public Function NowModifying () As Boolean |
true is the item is being modified; otherwise, false.
See Also