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

In This Topic
    RemoveTagAt Method
    In This Topic
    Remove a tag in a specific position.
    Syntax
    'Declaration
     
    
    Public Sub RemoveTagAt( _
       ByVal index As Integer _
    ) 
    public void RemoveTagAt( 
       int index
    )

    Parameters

    index
    See Also