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

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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