MindFusion.Wpf Pack Programmer's Guide
InplaceEditable.SetEditedText Method
See Also
 





Sets the edited text to the object after the in-place editing operation has been completed successfully.

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

 Syntax

C#  Copy Code

void SetEditedText (
    string newText
)

Visual Basic  Copy Code

Sub SetEditedText( _
    newText As String _
)

 Parameters

newText

The new text of the in-place edited object.

 See Also

InplaceEditable Members
InplaceEditable Interface
MindFusion.Diagramming.Wpf Namespace