Enters inplace-edit mode, letting users edit the text of the specified item.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void BeginEdit ( |
Visual Basic
Copy Code
|
|---|
Public Sub BeginEdit( _ |
A PointF specifying where the in-place edit box should appear.
RemarksIf AllowInplaceEdit is enabled, the user can start editing the text of an item by double-clicking the item.
See Also