MenuGetName() [v1.1.23+]

Retrieves the name of a menu given a handle to its underlying Win32 menu.

MenuName := MenuGetName(Handle)

매개변수

Handle

A Win32 menu handle (HMENU).

논평

Only the menu's current handle is recognized. When the menu's underlying Win32 menu is destroyed and recreated, the handle changes. For details, see Win32 Menus.

Menu, MenuGetHandle()