Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownPickerInfo Class / SelectedBorderColor Property


In This Topic
    SelectedBorderColor Property (DropDownPickerInfo)
    In This Topic
    Gets or sets the color of the selected border of the drop-down picker.
    Syntax
    'Declaration
     
    
    Public Overridable Property SelectedBorderColor As Color
    'Usage
     
    
    Dim instance As DropDownPickerInfo
    Dim value As Color
     
    instance.SelectedBorderColor = value
     
    value = instance.SelectedBorderColor
    public virtual Color SelectedBorderColor {get; set;}

    Property Value

    A System.Drawing.Color value that indicates the selected border color of the DropDownPicker.
    The default is System.Drawing.SystemColors.WindowFrame.
    See Also