'Declaration Public Enum FormDisplayStyle Inherits System.Enum
public enum FormDisplayStyle : System.Enum
Member | Description |
---|---|
Default | If rhe ribbon is visible on the form or its MdiParent then the form displays with rounded corners. Otherwise, the form displays as standard. |
RoundedFixed | The form displays with rounded corners. The form can not be resized by the user at runtime. |
RoundedSizable | The form displays with rounded corners. The form can be resized by the user at runtime. |
Standard | The form displays normally based on its FormBorderStyle property settings. |
StandardWithRibbon | The 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. |
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