NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MeasureItemEventArgs Class

This event is sent by controls such as the ListBox or ComboBox that need users to tell them how large a given item is to be.

Object
   EventArgs
      MeasureItemEventArgs

[Visual Basic]
Public Class MeasureItemEventArgs
   Inherits EventArgs
[C#]
public class MeasureItemEventArgs : EventArgs
[C++]
public __gc class MeasureItemEventArgs : public EventArgs
[JScript]
public class MeasureItemEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

MeasureItemEventArgs Members | System.WinForms Namespace