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!

ListItem Constructor (String, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String, _
   ByVal image As Integer _
)
[C#]
public ListItem(
   string text,
   int image
);
[C++]
public: ListItem(
   String* text,
   int image
);
[JScript]
public function ListItem(
   text : String,
   image : int
);

Parameters

text
[To be supplied.]
image
[To be supplied.]

See Also

ListItem Class | ListItem Members | System.WinForms Namespace | ListItem Constructor Overload List