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