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
public virtual bool DrawControlBorder {get; set;}
See Also