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.SelectedIndicesCollection.Add

[To be supplied.]

[Visual Basic]
Public Sub Add( _
   ByVal selectionIndex As Integer _
)
[C#]
public void Add(
   int selectionIndex
);
[C++]
public: void Add(
   int selectionIndex
);
[JScript]
public function Add(
   selectionIndex : int
);

Parameters

selectionIndex
[To be supplied.]

See Also

ListBox.SelectedIndicesCollection Class | ListBox.SelectedIndicesCollection Members | System.WinForms Namespace