An IInputMode that detects when the mouse hovers over the CanvasControl.

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

Syntax

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

Remarks

This implementation will show a ToolTip. In order to make use of this instance one has to register with the QueryToolTip event. Setting a custom ValidHoverLocationHitTestable will restrict the area where a tool tip can be shown.

Inheritance Hierarchy

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

See Also