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

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