Class MenuItemInfo
Gets item id, text and other info of a classic menu.
public class MenuItemInfo
Namespace: Au.More
Assembly: Au.dll
Properties
Name | Description |
---|---|
IsSystem |
|
ItemId | Gets menu item id. |
MenuHandle | Gets the popup menu handle. |
OwnerWindow | Gets the owner window of the popup menu. |
Methods
Name | Description |
---|---|
FromXY(POINT, wnd, int) | Gets info of a menu item from point. |
FromXY(int) | Gets info of a menu item from mouse. |
GetText(bool, bool) | Gets menu item text. |
GetText(nint, int, bool, bool, bool) | Gets menu item text. |