PagePorter Class Library

FpHitCounterImageTypeEditor.OnMeasureItem Method 

The method that will handle the MeasureItem event of the ComboBox control.

[Visual Basic]
Protected Sub OnMeasureItem( _
   ByVal sender As Object, _
   ByVal e As MeasureItemEventArgs _
)
[C#]
protected void OnMeasureItem(
   object sender,
   MeasureItemEventArgs e
);

Parameters

sender
The source of the event.
e
A MeasureItemEventArgs that contains the event data.

See Also

FpHitCounterImageTypeEditor Class | Parastream.Web.UI.Design Namespace