A simple IInputMode that displays a TextBoxBase instance in the canvas control to let the user edit a text.

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class TextEditorInputMode : AbstractConcurrentInputMode
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class TextEditorInputMode _
	Inherits AbstractConcurrentInputMode

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      yWorks.Canvas.Input..::..AbstractInputMode
        yWorks.Canvas.Input..::..AbstractConcurrentInputMode
          yWorks.Canvas.Input..::..TextEditorInputMode

See Also