ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MultiSelect Class / TagWrap Property

In This Topic
    TagWrap Property (C1MultiSelect)
    In This Topic
    Indicates whether a tag editor control automatically wraps tags to the beginning of the next line when necessary.
    Syntax
    'Declaration
     
    
    Public Property TagWrap As Boolean
    public bool TagWrap {get; set;}
    See Also