var State: UINT; begin State:= GetMenuState(HandleMenu , 12, MF_BYPOSITION); if (State and (MF_DISABLED or MF_GRAYED)) = 0 then begin // Menu Item is ...
確定! 回上一頁