ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1RibbonForm Class / FormBorderStyle Property

In This Topic
    FormBorderStyle Property
    In This Topic
    Gets or sets the border style of the form.
    Syntax
    'Declaration
     
    Public Shadows Property FormBorderStyle As System.Windows.Forms.FormBorderStyle
    public new System.Windows.Forms.FormBorderStyle FormBorderStyle {get; set;}
    Remarks
    C1RibbonForm does not use the Fixed3D form border style.
    See Also