RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / RichTextBoxTool Class / SetRichTextBox Method
The tool
The rich textbox.

In This Topic
    SetRichTextBox Method
    In This Topic
    Sets the C1.WPF.RichTextBox.C1RichTextBox associated to the tool.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetRichTextBox( _
       ByVal obj As DependencyObject, _
       ByVal richTextBox As C1RichTextBox _
    ) 
    public static void SetRichTextBox( 
       DependencyObject obj,
       C1RichTextBox richTextBox
    )

    Parameters

    obj
    The tool
    richTextBox
    The rich textbox.
    See Also