RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Hyperlink Class / Add Method
An C1Inline element.

In This Topic
    Add Method (C1Hyperlink)
    In This Topic
    Adds a C1Inline element to the C1Span.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal inline As C1Inline _
    ) 
    public void Add( 
       C1Inline inline
    )

    Parameters

    inline
    An C1Inline element.
    See Also