ShapeElement::OnMouseHover Method (DiagramPointEventArgs^)

 

Called when the mouse hovers over a shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual void OnMouseHover(
	DiagramPointEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPointEventArgs^

Details of the event such as mouse position.

The default displays a tooltip.

Return to top
Show: