AdvancedComboBoxOnDrawItem Method

Draws an item in the dropdown area and also in the control area in DropDownList mode. Works only if DrawMode is OwnerDrawFixed. It also raises the DrawItem event.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected override void OnDrawItem(
	DrawItemEventArgs e
)

Parameters

e  DrawItemEventArgs
A DrawItemEventArgs that contains the event data.

See Also