'Declaration Public Enum GroupBoxHeaderPosition Inherits System.Enum
public enum GroupBoxHeaderPosition : System.Enum
Member | Description |
---|---|
BottomInsideBorder | Header appears on the lower edge of the control, within the border. |
BottomOnBorder | Header appears on the lower edge of the control, on the border. |
BottomOutsideBorder | Header appears on the lower edge of the control, outside of the border. |
Default | Header appears in the default location, based on the ViewStyle of the control. |
LeftInsideBorder | Header appears on the left edge of the control, within the border. |
LeftOnBorder | Header appears on the left edge of the control, on the border. |
LeftOutsideBorder | Header appears on the left edge of the control, outside of the border. |
RightInsideBorder | Header appears on the right edge of the control, within the border. |
RightOnBorder | Header appears on the right edge of the control, on the border. |
RightOutsideBorder | Header appears on the right edge of the control, outside of the border. |
TopInsideBorder | Header appears on the upper edge of the control, within the border. |
TopOnBorder | Header appears on the upper edge of the control, on the border. |
TopOutsideBorder | Header appears on the upper edge of the control, outside of the border. |
This enum is used by the HeaderPosition 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