ListBox.NoMatches 欄位

定義

指定搜尋中並未找到相符的項目。

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

欄位值

Value = -1

備註

當搜尋中找不到相符的值時,這個常數會由 FindStringFindStringExactIndexFromPoint 方法傳回。

適用於