Enters in-place edit mode, letting the user edit the text of the specified item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void BeginEdit ( |
Visual Basic
Copy Code
|
|---|
Public Sub BeginEdit( _ |
The related diagram item.
The diagram item, table cell, link label, or tree view item, whose text should be edited.
The touch position.
See Also