FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1RibbonForm Class / FormBorderStyle Property

In This Topic
    FormBorderStyle Property (C1RibbonForm)
    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