TreeView for WinForms | ComponentOne
C1.Framework Namespace / ScrollableControl Class / BorderStyle Property

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