ListBox.NoMatches 字段

定义

指定在搜索过程中没有找到匹配项。

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

字段值

Value = -1

注解

在搜索中找不到匹配值时,FindStringExact、 和 IndexFromPoint 方法将返回FindString此常量。

适用于