MenuItem::OnMeasureItem Method (MeasureItemEventArgs^)

 

Raises the MeasureItem event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnMeasureItem(
	MeasureItemEventArgs^ e
)

Parameters

e
Type: System.Windows.Forms::MeasureItemEventArgs^

A MeasureItemEventArgs that contains the event data.

Raising an event invokes the event handler through a delegate. For more information, see Handling and Raising Events.

Notes to Inheritors:

When overriding OnMeasureItem in a derived class, be sure to call the base class's OnMeasureItem method.

.NET Framework
Available since 1.1
Return to top
Show: