ContextMenuEventArgs.CursorTop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.