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

while doing a search, if no matches are found, this is returned

[Visual Basic]
Public Const NOMATCHES As Integer
[C#]
public const int NOMATCHES;
[C++]
public: const int NOMATCHES;
[JScript]
public var NOMATCHES : int;

See Also

ListBox Class | ListBox Members | System.WinForms Namespace