'宣言 Public Enum C1FindTextAction Inherits System.Enum
'使用法 Dim instance As C1FindTextAction
public enum C1FindTextAction : System.Enum
'宣言 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