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


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