Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / BorderStyle Property


In This Topic
    BorderStyle Property (FpCombo)
    In This Topic
    Gets or sets the border style.
    Syntax
    'Declaration
     
    
    Public Property BorderStyle As BorderStyle
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public BorderStyle BorderStyle {get; set;}
    See Also