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!

DrawItemEventArgs Class

This event is fired by owner draw Controls, such as ListBoxes and ComboBoxes. It contains all the information needed for the user to paint the given item, including the item index, the Rectangle in which the drawing should be done, and the Graphics object with which the drawing should be done.

Object
   EventArgs
      DrawItemEventArgs

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

DrawItemEventArgs Members | System.WinForms Namespace