Search
InPlaceEditEventArgs.EditControl Property
See Also
 





Gets or sets the control used to edit the item's text.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Control EditControl { get; set; }

Visual Basic  Copy Code

Public Property EditControl As Control

 Property Value

An instance of the .NET Control class.

 Remarks

By default, MindFusion.Diagramming uses a TextBox control to let users enter text. You can override this by handling the CreateEditControl event.

 See Also