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
See Also