Gets or sets a value indicating whether in-place editing of the text of objects is enabled.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public bool AllowInplaceEdit { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowInplaceEdit As Boolean |
true if in-place editing is allowed, otherwise false.
Specifies whether users are allowed to edit in-place text of diagram nodes or links. If enabled, a text-entry field appears at item's position when the node or link is double-clicked. In-place editing mode can be exited by clicking anywhere outside the text field. When this happens one of the following events is fired, dependent on the edited object' type: NodeTextEdited, CellTextEdited.
To enter or exit in-place editing mode programmatically, use the beginEdit and endEdit methods.