'Declaration Public Enum GroupBoxBorderStyle Inherits System.Enum
public enum GroupBoxBorderStyle : System.Enum
Member | Description |
---|---|
Default | The default border style for the ViewStyle being used. |
Header3D | A 3D line on the header. |
HeaderDoubleSolid | Two parallel solid lines on the header. |
HeaderSolid | A solid line on the header. |
None | No border is drawn. |
Parallel3D | Two parallel 3D lines, one on the header and the other on the side opposite the header. |
ParallelDoubleSolid | Two sets of two parallel solid lines, one on the header and the other on the side opposite the header. |
ParallelSolid | Two parallel solid lines, one on the header and the other on the side opposite the header. |
Rectangular3D | 90 degree corners with a 3D line. |
RectangularDoubleSolid | 90 degree corners with two solid parallel lines. |
RectangularInset | 90 degree corners with an inset line. |
RectangularRaised | 90 degree corners with a raised line. |
RectangularSolid | 90 degree corners with a solid line. |
Rounded | Curved corners with a solid line, similar to what is seen in Office 2003 applications and Visual Studio 2005. |
This enum is used by the BorderStyle property of the UltraGroupBox and UltraExpandableGroupBox controls.
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