FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1TextSearchManager Class / GetFragmentHighligh Method

In This Topic
    GetFragmentHighligh Method (C1TextSearchManager)
    In This Topic
    Fills highlight list for specified RenderFragment.
    Syntax
    'Declaration
     
    Public Sub GetFragmentHighligh( _
       ByVal highlight As IList(Of C1FragmentHighlight), _
       ByVal fragment As RenderFragment, _
       ByVal findMatchHighlight As C1HighlightAttrs, _
       ByVal activeFindMatchHighlight As C1HighlightAttrs _
    ) 
    public void GetFragmentHighligh( 
       IList<C1FragmentHighlight> highlight,
       RenderFragment fragment,
       C1HighlightAttrs findMatchHighlight,
       C1HighlightAttrs activeFindMatchHighlight
    )

    Parameters

    highlight
    fragment
    findMatchHighlight
    activeFindMatchHighlight
    See Also