Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonIconItem Class / Tag Property

In This Topic
    Tag Property (RibbonIconItem)
    In This Topic
    User-defined data associated with the RibbonItem.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also