Gets or sets a value indicating whether the change is confirmed.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Confirm { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Confirm As Boolean |
true to confirm the change; false, to reject it.
See Also