GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / SelectedColor Property


In This Topic
SelectedColor Property
In This Topic
Gets or sets the selected color.
Syntax
'Declaration
 
Public Property SelectedColor As Color
 
'Usage
 
Dim instance As RibbonColorPicker
Dim value As Color
 
instance.SelectedColor = value
 
value = instance.SelectedColor
See Also