Method MenuItemInfo.FromXY(+ 1 overload)
Overload
Gets info of a menu item from point.
public static MenuItemInfo FromXY(POINT pScreen, wnd w, int msTimeout = 5000)
Parameters
|
pScreen (POINT)
Point in screen coordinates. |
|
w (wnd)
Popup menu window, class name |
|
msTimeout (int)
Timeout (ms) to use when the window is busy or hung. |
Returns
|
MenuItemInfo
|
Overload(top)
Gets info of a menu item from mouse.
public static MenuItemInfo FromXY(int msTimeout = 5000)
Parameters
|
msTimeout (int)
Timeout (ms) to use when the window is busy or hung. |
Returns
|
MenuItemInfo
|