i'm trying call the wm_drawitem message without sucess

Code:
if(KeyPressed(VK_MENU)==true) SendMessage(hButton,WM_DRAWITEM,NULL,NULL);
what i'm doing wrong?