Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonFontComboBox Class / TextAreaWidth Property


In This Topic
    TextAreaWidth Property (RibbonFontComboBox)
    In This Topic
    Gets or sets the width of the combobox's text area.
    Syntax
    'Declaration
     
    
    Public Property TextAreaWidth As Integer
    'Usage
     
    
    Dim instance As RibbonFontComboBox
    Dim value As Integer
     
    instance.TextAreaWidth = value
     
    value = instance.TextAreaWidth
    public int TextAreaWidth {get; set;}
    See Also