Wimark.Controls Class Library  

ComboEditor.MeasureItem Event

Occurs when the combo editor needs to know the size of a combo item before drawing it.

[Visual Basic]
Public Event MeasureItem As MeasureItemEventHandler 
[C#]
public event MeasureItemEventHandler MeasureItem;
[C++]
public: __event MeasureItemEventHandler* MeasureItem;

Event Data

The event handler receives an argument of type MeasureItemEventArgs containing data related to this event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ComboEditor Class | ComboEditor Members | Wimark.Controls.Editors Namespace