InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / BorderStyle Property

In This Topic
    BorderStyle Property (C1InputPanelBase)
    In This Topic
    Gets or sets the C1.Framework.ScrollableControl.BorderStyle value determining the type of border around the control.
    Syntax
    'Declaration
     
    Public Overridable Property BorderStyle As BorderStyle
    public virtual BorderStyle BorderStyle {get; set;}
    See Also