Enters inplace-edit mode, letting the user edit the text of the specified item.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
C# Copy Code |
---|
public void BeginEdit ( |
Visual Basic Copy Code |
---|
Public Sub BeginEdit( _ |
The diagram item whose text should be edited.
The element that should be edited (e.g. table cell or supplementary label).
A Point specifying where the in-place edit box should appear.
If AllowInplaceEdit is enabled, the user can start editing the text of an item by double-clicking the item.