Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListGradientEffect Property


In This Topic
    ListGradientEffect Property (GcComboBoxCellType)
    In This Topic
    Gets or sets the background gradient effect.
    Syntax
    'Declaration
     
    
    Public Property ListGradientEffect As GradientEffect
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As GradientEffect
     
    instance.ListGradientEffect = value
     
    value = instance.ListGradientEffect
    public GradientEffect ListGradientEffect {get; set;}

    Property Value

    A GradientEffect value that indicates the 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 covers it.
    See Also