Spread WinForms 15
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
See Also