MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1TagEditor Class / InsertTag Method / InsertTag(Int32,String,Object) Method

In This Topic
    InsertTag(Int32,String,Object) Method
    In This Topic
    Insert a tag in a specific position.
    Syntax
    'Declaration
     
    
    Public Overloads Sub InsertTag( _
       ByVal index As Integer, _
       ByVal text As String, _
       Optional ByVal tag As Object _
    ) 
    public void InsertTag( 
       int index,
       string text,
       object tag
    )

    Parameters

    index
    text
    tag
    See Also