InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputLabel Class / Tag Property

In This Topic
    Tag Property (InputLabel)
    In This Topic
    Gets or sets an object that contains data associated with this component.
    Syntax
    'Declaration
     
    Public Property Tag As Object
    public object Tag {get; set;}
    Remarks
    The value of this property is not persisted in XML.
    See Also