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!

ListBox.itemarray

[To be supplied.]

[Visual Basic]
Protected itemarray() As Object
[C#]
protected object[] itemarray;
[C++]
protected: Object* itemarray[];
[JScript]
protected var itemarray : Object[];

See Also

ListBox Class | ListBox Members | System.WinForms Namespace