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

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

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
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      yWorks.Canvas.Input..::..AbstractInputMode
        yWorks.Canvas.Input..::..AbstractConcurrentInputMode
          yWorks.Canvas.Input..::..MouseHoverInputMode

See Also