ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonComboBox Class / Label Property

In This Topic
    Label Property (RibbonComboBox)
    In This Topic
    Gets or sets the label used to identify this RibbonComboBox.
    Syntax
    'Declaration
     
    Public Property Label As System.String
    public System.string Label {get; set;}
    See Also