ContextMenuEventArgs.CursorLeft 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 horizontal position of the mouse.
public:
property double CursorLeft { double get(); };
public double CursorLeft { get; }
member this.CursorLeft : double
Public ReadOnly Property CursorLeft As Double
Property Value
The horizontal 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 CursorLeft.
When the user opens a context menu by using the keyboard, or when the context menu closes, the value of this property is -1.