ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / Tag Property

In This Topic
    Tag Property (C1TextBox)
    In This Topic
    Gets or sets the object that contains data about the control
    Syntax
    'Declaration
     
    
    Public Shadows Property Tag As Object
    public new object Tag {get; set;}
    See Also