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

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..AbstractInputMode
    yWorks.Canvas.Input..::..AbstractConcurrentInputMode
      yWorks.Canvas.Input..::..KeyboardInputMode

See Also