ListBox.NoMatches Campo
Definizione
Specifica che la ricerca non ha restituito nessuna corrispondenza.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
Valore del campo
Commenti
Questa costante viene restituita dai FindString FindStringExact metodi, e IndexFromPoint quando non viene trovato alcun valore corrispondente in una ricerca.This constant is returned by the FindString, FindStringExact, and IndexFromPoint methods when no matching values are found in a search.