TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / BorderStyle Property

In This Topic
    BorderStyle Property (C1TreeView)
    In This Topic
    Gets or sets the C1.Framework.ScrollableControl.BorderStyle value determining the type of border around the control.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overrides Property BorderStyle As BorderStyle
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public override BorderStyle BorderStyle {get; set;}
    See Also