RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / MakeList Method / MakeList(C1TextRange,TextMarkerStyle) Method

In This Topic
    MakeList(C1TextRange,TextMarkerStyle) Method
    In This Topic
    Makes a list with the specified style from the blocks in a range.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function MakeList( _
       ByVal range As C1TextRange, _
       ByVal style As TextMarkerStyle _
    ) As C1List
    public static C1List MakeList( 
       C1TextRange range,
       TextMarkerStyle style
    )

    Parameters

    range
    style
    See Also