An IInputMode that recognizes simple key events and invokes a registered handler.

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

Syntax

C#
public class KeyboardInputMode : AbstractConcurrentInputMode
Visual Basic
Public Class KeyboardInputMode _
	Inherits AbstractConcurrentInputMode

Inheritance Hierarchy

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

See Also