言語

ListBox.NoMatches フィールド

定義

検索中に一致が見つからないことを指定します。

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

フィールド値

Value = -1

注釈

この定数は、検索で一致する値が見つからない場合に、 FindStringFindStringExact、および IndexFromPoint メソッドによって返されます。

適用対象