ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / Tag Property

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