Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / ResetSearch Method


In This Topic
    ResetSearch Method
    In This Topic
    Stops the search mode and removes highlighting from the found text fragments.
    Syntax
    'Declaration
     
    
    Public Sub ResetSearch() 
    'Usage
     
    
    Dim instance As FlexViewer
     
    instance.ResetSearch()
    public void ResetSearch()
    See Also