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