ListBox.NoMatches フィールド

定義

検索中に一致する値が見つからなかったことを示します。

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

フィールド値

Value = -1
Int32

注釈

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

適用対象