Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / MoreColorsText Property


In This Topic
    MoreColorsText Property
    In This Topic
    Gets or sets the text that represents More Colors option.
    Syntax
    'Declaration
     
    
    Public Property MoreColorsText As String
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As String
     
    instance.MoreColorsText = value
     
    value = instance.MoreColorsText
    public string MoreColorsText {get; set;}
    See Also