ListBox.NoMatches フィールド
定義
検索中に一致する値が見つからなかったことを示します。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
フィールド値
注釈
FindString FindStringExact IndexFromPoint 検索で一致する値が見つからない場合、この定数は、、、およびの各メソッドによって返されます。This constant is returned by the FindString, FindStringExact, and IndexFromPoint methods when no matching values are found in a search.