RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / UndoList Method

In This Topic
    UndoList Method (EditExtensions)
    In This Topic
    Converts all the items of a list in a range to paragraphs.
    Syntax
    'Declaration
     
    
    Public Shared Sub UndoList( _
       ByVal range As C1TextRange _
    ) 
    public static void UndoList( 
       C1TextRange range
    )

    Parameters

    range
    See Also