Version

FormDisplayStyle Enumeration

Enumeration used determine if a form is displayed with rounded corners.
Syntax
'Declaration
 
Public Enum FormDisplayStyle 
   Inherits System.Enum
public enum FormDisplayStyle : System.Enum 
Members
MemberDescription
DefaultIf rhe ribbon is visible on the form or its MdiParent then the form displays with rounded corners. Otherwise, the form displays as standard.
RoundedFixedThe form displays with rounded corners. The form can not be resized by the user at runtime.
RoundedSizableThe form displays with rounded corners. The form can be resized by the user at runtime.
StandardThe form displays normally based on its FormBorderStyle property settings.
StandardWithRibbonThe form displays normally based on its FormBorderStyle property settings and it also includes some Ribbon elements in the caption area, such as the QAT and Contextual Tab Group labels.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also