ListGradientEffect Property (GcComboBox)
Gets or sets a value that indicates background gradient effect of the control.
'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).