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

In This Topic
    RemoveTag Method
    In This Topic
    Remove a specific tag.
    Syntax
    'Declaration
     
    
    Public Sub RemoveTag( _
       ByVal tag As C1Tag _
    ) 
    public void RemoveTag( 
       C1Tag tag
    )

    Parameters

    tag
    See Also