4 references to CB_SETITEMHEIGHT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
3393
SendMessage(NativeMethods.
CB_SETITEMHEIGHT
, -1, ItemHeight);
3394
SendMessage(NativeMethods.
CB_SETITEMHEIGHT
, 0, ItemHeight);
3397
SendMessage(NativeMethods.
CB_SETITEMHEIGHT
, -1, ItemHeight);
3404
SendMessage(NativeMethods.
CB_SETITEMHEIGHT
, i, mievent.ItemHeight);