Wimark.Controls Class Library  

TabControl.MeasureItem Event

Occurs when the tab control needs to know the size of a button 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

TabControl Class | TabControl Members | Wimark.Controls Namespace