Version

GroupBoxViewStyle Enumeration

Preset color schemes.
Syntax
'Declaration
 
Public Enum GroupBoxViewStyle 
   Inherits System.Enum
public enum GroupBoxViewStyle : System.Enum 
Members
MemberDescription
DefaultDefault. Resolved to XP.
Office2000The control is drawn with colors seen in Office 2000.
Office2003The control is drawn with colors seen in Office 2003.
Office2007The control is drawn with colors seen in Office2007.
VisualStudio2005The control is drawn with colors seen in Visual Studio 2005.
XPThe control is drawn like the themed GroupBox seen in many modern applications.
Remarks

This enum is used by the ViewStyle 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