Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListGradientEffect Property


In This Topic
ListGradientEffect Property (GcComboBox)
In This Topic
Gets or sets a value that indicates background gradient effect of the control.
Syntax
'Declaration
 
Public Property ListGradientEffect As GradientEffect
 
'Usage
 
Dim instance As GcComboBox
Dim value As GradientEffect
 
instance.ListGradientEffect = value
 
value = instance.ListGradientEffect

Property Value

A GradientEffect value that indicates background gradient effect of the control.
The default is a null reference (Nothing in Visual Basic).
Remarks
The value of this property is drawn in the background of the drop-down list window. But the BackgroundImage will cover it.
See Also