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

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