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일치하는 값을 찾을 수 없는 경우 , FindStringExactIndexFromPoint 메서드에 의해 반환됩니다.

적용 대상