Version

GroupBoxBorderStyle Enumeration

Different types of borders that the UltraGroupBox and UltraExpandableGroupBox can display.
Syntax
'Declaration
 
Public Enum GroupBoxBorderStyle 
   Inherits System.Enum
public enum GroupBoxBorderStyle : System.Enum 
Members
MemberDescription
DefaultThe default border style for the ViewStyle being used.
Header3DA 3D line on the header.
HeaderDoubleSolidTwo parallel solid lines on the header.
HeaderSolidA solid line on the header.
NoneNo border is drawn.
Parallel3DTwo parallel 3D lines, one on the header and the other on the side opposite the header.
ParallelDoubleSolidTwo sets of two parallel solid lines, one on the header and the other on the side opposite the header.
ParallelSolidTwo parallel solid lines, one on the header and the other on the side opposite the header.
Rectangular3D90 degree corners with a 3D line.
RectangularDoubleSolid90 degree corners with two solid parallel lines.
RectangularInset90 degree corners with an inset line.
RectangularRaised90 degree corners with a raised line.
RectangularSolid90 degree corners with a solid line.
RoundedCurved corners with a solid line, similar to what is seen in Office 2003 applications and Visual Studio 2005.
Remarks

This enum is used by the BorderStyle property of the UltraGroupBox and UltraExpandableGroupBox controls.

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