[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.MakeList

MakeList Method

MakeList(C1TextRange, TextMarkerStyle)

Makes a list with the specified style from the blocks in a range.

Declaration
public static C1List MakeList(this C1TextRange range, TextMarkerStyle style)
Public Shared Function MakeList(range As C1TextRange, style As TextMarkerStyle) As C1List
Parameters
Type Name Description
C1TextRange range
TextMarkerStyle style
Returns
Type Description
C1List

MakeList(C1TextRange)

Makes a list from the blocks in a range.

Declaration
public static C1List MakeList(this C1TextRange range)
Public Shared Function MakeList(range As C1TextRange) As C1List
Parameters
Type Name Description
C1TextRange range
Returns
Type Description
C1List

The created list, or null if a list couldn't be created.