ListBox.NoMatches 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在搜索过程中没有找到匹配项。
public: int NoMatches = -1;
public const int NoMatches = -1;
val mutable NoMatches : int
Public Const NoMatches As Integer = -1
字段值
Value = -1注解
在搜索中找不到匹配值时,FindStringExact、 和 IndexFromPoint 方法将返回FindString此常量。