Document Library for WinForms
SearchScope 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : SearchScope 列挙体
Specifies text search scope.
シンタックス
'宣言
 
Public Enum SearchScope 
   Inherits System.Enum
public enum SearchScope : System.Enum 
メンバ
メンバ解説
FirstOccurrenceSearches till the first occurrence is found.
SinglePageSearches within the specified page only.
WholeDocumentSearches to the end of the document.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Document.SearchScope

参照

C1.Win.Document 名前空間