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

In This Topic
    Tag Property (C1Label)
    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