PrintDocument for WinForms
TextSearch メソッド (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : TextSearch メソッド
Text search arguments.
Searches for an occurrence of a text in the document currently loaded in the current C1PreviewPane.
シンタックス
'宣言
 
Public Function TextSearch( _
   ByVal tsa As C1TextSearchArgs _
) As System.Boolean
'使用法
 
Dim instance As C1PreviewPane
Dim tsa As C1TextSearchArgs
Dim value As System.Boolean
 
value = instance.TextSearch(tsa)
public System.bool TextSearch( 
   C1TextSearchArgs tsa
)

パラメータ

tsa
Text search arguments.

戻り値の型

True if the search text was found, false otherwise.
参照

C1PreviewPane クラス
C1PreviewPane メンバ