Search
InplaceEditable.GetTextToEdit Method
See Also
 





Returns the text of the object which should be displayed initially when the object is in-place edited.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

string GetTextToEdit ()

Visual Basic  Copy Code

Function GetTextToEdit () As String

 Return Value

A string value that represents the initial contents of the in-place editing box.

 See Also