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


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