Base:
property
ItemHeight
System.Windows.Forms.ListBox.ItemHeight
3 references to ItemHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CheckedListBox.cs (3)
627
SendMessage(NativeMethods.LB_SETITEMHEIGHT, 0,
ItemHeight
);
659
int height = this.
ItemHeight
;
893
SendMessage(NativeMethods.LB_SETITEMHEIGHT, 0,
ItemHeight
);