Home | History | Annotate | Download | only in include

Lines Matching refs:TVM_SETITEMHEIGHT

3766 #define TVM_SETITEMHEIGHT (TV_FIRST+27)
3767 #define TreeView_SetItemHeight(hwnd,iHeight) (int)SNDMSG((hwnd),TVM_SETITEMHEIGHT,(WPARAM)(iHeight),0)