Search
InPlaceEditEventArgs.EditControl Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 TextBox class.

 See Also