'宣言 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.