CheckedListBox::MeasureItem Event
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs when an owner-drawn ListBox is created and the sizes of the list items are determined. This event is not relevant to this class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can create an event handler for this event to specify the size of an item before it is drawn in the DrawItem event. The event is raised only when the DrawMode property is set to OwnerDrawVariable.
The maximum height of a ListBox item is 255 pixels.
This event is not relevant to this class.
.NET Framework
Available since 1.1
Available since 1.1
Show: