Einhugur Framework for C++

ContextMenu.SetDesiredLocation Method

Use this method to change where the context menu will be displayed.

public void SetDesiredLocation(
   int x,
   int y)

Parameters

x
The x coordinate (in coordinates local to the owner of the Context menu).
y
The y coordinate (in coordinates local to the owner of the Context menu).

Returns

void

Remarks

See Also

ContextMenu Class