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


In This Topic
DroppedDown Property (RibbonColorPicker)
In This Topic
Gets or sets whether the drop-down portion of this element is visible.
Syntax
'Declaration
 
Public Property DroppedDown As Boolean
 
'Usage
 
Dim instance As RibbonColorPicker
Dim value As Boolean
 
instance.DroppedDown = value
 
value = instance.DroppedDown
See Also