Version

GroupBoxExpansionIndicator Enumeration

Settings for the location of the GroupBoxExpansionIndicatorUIElement.
Syntax
'Declaration
 
Public Enum GroupBoxExpansionIndicator 
   Inherits System.Enum
public enum GroupBoxExpansionIndicator : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to Near.
FarThe distance between the expansion indicator and the upper left corner of the control is large, with respect to the HeaderPosition.
NearThe distance between the expansion indicator and the upper left corner of the control is small, with respect to the HeaderPosition. This is the default value.
NoneAn expansion indicator is not displayed.
Remarks

This enum is used by the ExpansionIndicator property of the UltraExpandableGroupBox control.

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