Base:
property
ItemHeight
System.Windows.Forms.ListBox.ItemHeight
3 references to ItemHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (3)
464
PInvokeCore.SendMessage(this, PInvoke.LB_SETITEMHEIGHT, (WPARAM)0, (LPARAM)
ItemHeight
);
497
int height =
ItemHeight
;
763
PInvokeCore.SendMessage(this, PInvoke.LB_SETITEMHEIGHT, (WPARAM)0, (LPARAM)
ItemHeight
);