Gets or sets the control used to edit the item's text.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Control EditControl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EditControl As Control |
An instance of the .NET Control class.
RemarksBy default, MindFusion.Diagramming uses a TextBox control to let users enter text. You can override this by handling the CreateEditControl event.
See Also