| C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > C1FlexViewerPane Class : SearchText Method |
'Declaration 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 )