ComponentOne for WinUI 製品ヘルプ
SearchText メソッド

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > FlexViewerPane クラス : SearchText メソッド
Starts searching text with the specified parameters.
シンタックス
'宣言
 
Public Function SearchText( _
   ByVal text As System.String, _
   ByVal matchWholeWord As System.Boolean, _
   ByVal matchCase As System.Boolean, _
   ByVal searchUp As System.Boolean _
) As System.Threading.Tasks.Task(Of C1FoundPosition)
public System.Threading.Tasks.Task<C1FoundPosition> SearchText( 
   System.string text,
   System.bool matchWholeWord,
   System.bool matchCase,
   System.bool searchUp
)

パラメータ

text
matchWholeWord
matchCase
searchUp
参照

FlexViewerPane クラス
FlexViewerPane メンバ