Begins in-place editing of the specified object.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void BeginEdit ( |
Visual Basic
Copy Code
|
|---|
Public Sub BeginEdit( _ |
The diagram item or table's cell whose text should be edited.
RemarksIf AllowInplaceEdit is enabled, the user can start editing the text of an item by double-clicking the item.
See Also