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


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

    Property Value

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