Show / Hide Table of Contents

Class MenuItemInfo

Gets item id, text and other info of a classic menu.

public class MenuItemInfo

Namespace: Au.More
Assembly: Au.dll
Inheritance
object
MenuItemInfo

Properties

Name Description
IsSystem

true if it is a system menu, eg when right-clicked the title bar of a window.

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.