Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / DrawControlBorder Property


In This Topic
DrawControlBorder Property
In This Topic
Gets or sets whether to draw the border around the control.
Syntax
'Declaration
 
Public Overridable Property DrawControlBorder As Boolean
 
'Usage
 
Dim instance As TabStrip
Dim value As Boolean
 
instance.DrawControlBorder = value
 
value = instance.DrawControlBorder
See Also