DrawControlBorder Property
Gets or sets whether to draw the border around the control.
public virtual bool DrawControlBorder {get; set;}
'Declaration
Public Overridable Property DrawControlBorder As Boolean
'Usage
Dim instance As TabStrip
Dim value As Boolean
instance.DrawControlBorder = value
value = instance.DrawControlBorder