FlexReport for WinForms
C1FindTextAction 列挙体


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : C1FindTextAction 列挙体
Specifies the base position and direction of a text search.
シンタックス
'宣言
 
Public Enum C1FindTextAction 
   Inherits System.Enum
'使用法
 
Dim instance As C1FindTextAction
public enum C1FindTextAction : System.Enum 
メンバ
メンバ解説
Next
Text search should be performed forward from the current position in a document.
Previous
Text search should be performed backward from the current position in a document.
Start
Text search should be performed forward from the beginning of a document.
継承階層

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

参照

参照

C1.Document 名前空間