Gets or sets the control used to edit the item's text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Control EditControl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EditControl As Control |
An instance of the .NET TextBox class.
See Also