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.Contains

[To be supplied.]

[Visual Basic]
Public Function Contains( _
   ByVal selectionIndex As Integer _
) As Boolean
[C#]
public bool Contains(
   int selectionIndex
);
[C++]
public: bool Contains(
   int selectionIndex
);
[JScript]
public function Contains(
   selectionIndex : int
) : Boolean;

Parameters

selectionIndex
[To be supplied.]

See Also

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