Spread Windows Forms 17
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
    public GradientEffect ListGradientEffect {get; set;}

    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