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

In This Topic
    InsertInline Method (EditExtensions)
    In This Topic
    Inserts an inline element in a text position.
    Syntax
    'Declaration
     
    
    Public Shared Function InsertInline( _
       ByVal position As C1TextPointer, _
       ByVal inline As C1Inline _
    ) As C1TextPointer
    public static C1TextPointer InsertInline( 
       C1TextPointer position,
       C1Inline inline
    )

    Parameters

    position
    inline

    Return Value

    A position before the inserted inline element.
    See Also