Use the WinAPI function GetMenuState. Example: var State: UINT; begin State:= GetMenuState(HandleMenu , 12, MF_BYPOSITION); if (State and ...
確定! 回上一頁