Document Library for WinForms
C1FindTextAction 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : C1FindTextAction 列挙体
Specifies the base position and direction of a text search.
シンタックス
'宣言
 
Public Enum C1FindTextAction 
   Inherits System.Enum
public enum C1FindTextAction : System.Enum 
メンバ
メンバ解説
NextText search should be performed forward from the current position in a document.
PreviousText search should be performed backward from the current position in a document.
StartText search should be performed forward from the beginning of a document.
継承階層

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

参照

C1.Win.Document 名前空間