RichTextBox for UWP | ComponentOne
C1.Xaml.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
     
    <ExtensionAttribute()>
    Public Overloads Shared Function MakeList( _
       ByVal range As C1TextRange, _
       ByVal style As TextMarkerStyle _
    ) As C1List
    [Extension()]
    public static C1List MakeList( 
       C1TextRange range,
       TextMarkerStyle style
    )

    Parameters

    range
    style
    See Also