ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1TagEditor Class / Tags Property

In This Topic
    Tags Property (C1TagEditor)
    In This Topic
    Gets the collection of tags in this C1TagEditor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tags As TagCollection
    public TagCollection Tags {get;}
    See Also