Base:
property
ItemHeight
System.Windows.Forms.ListBox.ItemHeight
2 writes to ItemHeight
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (2)
674
checkedListBox.
ItemHeight
= 50;
677
checkedListBox.
ItemHeight
= -1;
7 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
;
761
PInvokeCore.SendMessage(this, PInvoke.LB_SETITEMHEIGHT, (WPARAM)0, (LPARAM)
ItemHeight
);
System.Windows.Forms.Tests (4)
CheckedListBoxTests.cs (4)
665
checkedListBox.
ItemHeight
.Should().Be(expectedHeight);
672
int originalHeight = checkedListBox.
ItemHeight
;
675
checkedListBox.
ItemHeight
.Should().Be(originalHeight);
678
checkedListBox.
ItemHeight
.Should().Be(originalHeight);