Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonComboBox Class / LabelWidth Property


In This Topic
    LabelWidth Property (RibbonComboBox)
    In This Topic
    The width of the text label. Set to -1 to let the label calculate width automatically.
    Syntax
    'Declaration
     
    
    Public Property LabelWidth As Integer
    'Usage
     
    
    Dim instance As RibbonComboBox
    Dim value As Integer
     
    instance.LabelWidth = value
     
    value = instance.LabelWidth
    public int LabelWidth {get; set;}
    See Also