ContextMenuEventArgs.CursorTop Property

Definition

Gets the vertical position of the mouse.

public:
 property double CursorTop { double get(); };
public double CursorTop { get; }
member this.CursorTop : double
Public ReadOnly Property CursorTop As Double

Property Value

The vertical position of the mouse.

Remarks

When the user opens a context menu by right clicking the mouse, this property returns the position of the mouse. Specifying the position of the ContextMenu by setting the PlacementTarget, PlacementRectangle, Placement, HorizontalOffset, or VerticalOffsetProperty properties does not affect the value of CursorTop.

When the user opens a context menu by using the keyboard, or when the context menu closes, the value of this property is -1.

Applies to