MindFusion.Wpf Pack Programmer's Guide
DiagramView.BeginEdit Method (InplaceEditable, Point)
See Also
 





Enters inplace-edit mode, letting the user edit the text of the specified item.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void BeginEdit (
    InplaceEditable editable,
    Point mousePosition
)

Visual Basic  Copy Code

Public Sub BeginEdit( _
    editable As InplaceEditable, _
    mousePosition As Point _
)

 Parameters

editable

The diagram item or table's cell whose text should be edited.

mousePosition

A Point specifying where the in-place edit box should appear.

 Remarks

If AllowInplaceEdit is enabled, the user can start editing the text of an item by double-clicking the item.

 See Also

BeginEdit Method Overload List
DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
EndEdit Method