DekGenius.com
[ Team LiB ] Previous Section Next Section

DrawItemEventHandlerserializable

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

This is the delegate for the various DrawItem events that are raised to permit owner drawing of items in a Control. See DrawItemEventArgs for more information on owner draw.

public delegate void DrawItemEventHandler(object sender, DrawItemEventArgs e);

Associated Events

CheckedListBox.DrawItem(), ComboBox.DrawItem(), ListBox.DrawItem(), MenuItem.DrawItem(), TabControl.DrawItem()

    [ Team LiB ] Previous Section Next Section