Version

GroupBoxHeaderPosition Enumeration

Various edges of the control that the header can appear on and also whether the header appears inside, on, or outside the border.
Syntax
'Declaration
 
Public Enum GroupBoxHeaderPosition 
   Inherits System.Enum
public enum GroupBoxHeaderPosition : System.Enum 
Members
MemberDescription
BottomInsideBorderHeader appears on the lower edge of the control, within the border.
BottomOnBorderHeader appears on the lower edge of the control, on the border.
BottomOutsideBorderHeader appears on the lower edge of the control, outside of the border.
DefaultHeader appears in the default location, based on the ViewStyle of the control.
LeftInsideBorderHeader appears on the left edge of the control, within the border.
LeftOnBorderHeader appears on the left edge of the control, on the border.
LeftOutsideBorderHeader appears on the left edge of the control, outside of the border.
RightInsideBorderHeader appears on the right edge of the control, within the border.
RightOnBorderHeader appears on the right edge of the control, on the border.
RightOutsideBorderHeader appears on the right edge of the control, outside of the border.
TopInsideBorderHeader appears on the upper edge of the control, within the border.
TopOnBorderHeader appears on the upper edge of the control, on the border.
TopOutsideBorderHeader appears on the upper edge of the control, outside of the border.
Remarks

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