MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1TagEditor Class / SetEditorText Method

In This Topic
    SetEditorText Method
    In This Topic
    Set the text of the inner editor.
    Syntax
    'Declaration
     
    
    Public Sub SetEditorText( _
       ByVal text As String _
    ) 
    public void SetEditorText( 
       string text
    )

    Parameters

    text
    See Also