DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / BaseDropDownListStyle Class / DropDownBorderColor Property

In This Topic
    DropDownBorderColor Property (BaseDropDownListStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the border around the drop-down list.
    Syntax
    'Declaration
     
    Public Property DropDownBorderColor As Color
    public Color DropDownBorderColor {get; set;}
    See Also