ListBox.NoMatches Field

Definition

Specifies that no matches are found during a search.

public: int NoMatches = -1;
public const int NoMatches = -1;
val mutable NoMatches : int
Public Const NoMatches As Integer  = -1

Field Value

Value = -1

Remarks

This constant is returned by the FindString, FindStringExact, and IndexFromPoint methods when no matching values are found in a search.

Applies to