DekGenius.com
[ Team LiB ] Previous Section Next Section

MeasureItemEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is the delegate for the MeasureItem event, raised by ListBox, ComboBox, and MenuItem controls, which support owner draw modes.

public delegate void MeasureItemEventHandler(object sender, MeasureItemEventArgs e);

Associated Events

CheckedListBox.MeasureItem(), ComboBox.MeasureItem(), ListBox.MeasureItem(), MenuItem.MeasureItem()

    [ Team LiB ] Previous Section Next Section