Infragistics(R) NetAdvantage(R) Windows Forms
GroupBoxBorderStyle Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : GroupBoxBorderStyle Enumeration

Different types of borders that the UltraGroupBox and UltraExpandableGroupBox can display.

Syntax

Visual Basic (Declaration) 
Public Enum GroupBoxBorderStyle 
   Inherits System.Enum
C# 
public enum GroupBoxBorderStyle : System.Enum 

Members

MemberDescription
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.

Remarks

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

See Also