ComponentOne Document Library for WinForms
GetFragmentHighligh Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1TextSearchManager Class : GetFragmentHighligh Method
Fills highlight list for specified RenderFragment.
Syntax
'Declaration
 
Public Sub GetFragmentHighligh( _
   ByVal highlight As System.Collections.Generic.IList(Of C1FragmentHighlight), _
   ByVal fragment As RenderFragment, _
   ByVal findMatchHighlight As C1HighlightAttrs, _
   ByVal activeFindMatchHighlight As C1HighlightAttrs _
) 
public void GetFragmentHighligh( 
   System.Collections.Generic.IList<C1FragmentHighlight> highlight,
   RenderFragment fragment,
   C1HighlightAttrs findMatchHighlight,
   C1HighlightAttrs activeFindMatchHighlight
)

Parameters

highlight
fragment
findMatchHighlight
activeFindMatchHighlight
See Also

Reference

C1TextSearchManager Class
C1TextSearchManager Members