Returns the text of the object which should be displayed initially when the object is in-place edited.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
string GetTextToEdit () |
Visual Basic
Copy Code
|
|---|
Function GetTextToEdit () As String |
A string value that represents the initial contents of the in-place editing box.
See Also