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!

ArrayDialog.Listbox_drawItem

This draws a row of the listbox.

[Visual Basic]
Overridable Protected Sub Listbox_drawItem( _
   ByVal sender As Object, _
   ByVal e As DrawItemEventArgs _
)
[C#]
protected virtual void Listbox_drawItem(
   object sender,
   DrawItemEventArgs e
);
[C++]
protected: virtual void Listbox_drawItem(
   Object* sender,
   DrawItemEventArgs* e
);
[JScript]
protected function Listbox_drawItem(
   sender : Object,
   e : DrawItemEventArgs
);

Parameters

sender
[To be supplied.]
e
[To be supplied.]

See Also

ArrayDialog Class | ArrayDialog Members | System.ComponentModel.Design Namespace