Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTab Class / Name Property

In This Topic
    Name Property (RibbonTab)
    In This Topic
    Gets or sets the unique name for this RibbonTab.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also