Document Library for WinForms
C1FindTextParams コンストラクタ

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1FindTextParams クラス : C1FindTextParams コンストラクタ
The text to find.
Indicates whether to match whole words only.
Indicates whether to match case.
Initializes a new instance of the C1FindTextParams class.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal wholeWord As System.Boolean, _
   ByVal matchCase As System.Boolean _
)
public C1FindTextParams( 
   System.string text,
   System.bool wholeWord,
   System.bool matchCase
)

パラメータ

text
The text to find.
wholeWord
Indicates whether to match whole words only.
matchCase
Indicates whether to match case.
参照

C1FindTextParams クラス
C1FindTextParams メンバ