Abstract base class for an IInputMode that can be used concurrently with other IConcurrentInputMode implementations.

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 abstract class AbstractConcurrentInputMode : AbstractInputMode, 
	IConcurrentInputMode, IInputMode
Visual Basic
Public MustInherit Class AbstractConcurrentInputMode _
	Inherits AbstractInputMode _
	Implements IConcurrentInputMode, IInputMode

Remarks

This class extends from Component so that implementations can be used in visual designers.

Inheritance Hierarchy

See Also