Search
InPlaceEditEventArgs.TextBox Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TextBox TextBox { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextBox As TextBox

 Property Value

 See Also