Version

GetHighlightingInfo Method (HighlightingManager)

Gets the HighlightingInfo matching the given criteria.
Syntax
'Declaration
 
Public Overridable Function GetHighlightingInfo( _
   ByVal owner As Object, _
   ByVal itemsSource As IFastItemsSource, _
   ByVal startIndex As Integer, _
   ByVal endIndex As Integer, _
   ByVal isMarker As Boolean _
) As HighlightingInfo
public virtual HighlightingInfo GetHighlightingInfo( 
   object owner,
   IFastItemsSource itemsSource,
   int startIndex,
   int endIndex,
   bool isMarker
)

Parameters

owner
The series.
itemsSource
The FastItemsSource.
startIndex
The index at which to start the search.
endIndex
The index at which to end the search.
isMarker
True to search for a marker HighlightingInfo.

Return Value

The HighlightingInfo matching the given criteria.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also