Version

GroupBoxHeaderClickAction Enumeration

Settings for the action performed when the header is clicked on.
Syntax
'Declaration
 
Public Enum GroupBoxHeaderClickAction 
   Inherits System.Enum
public enum GroupBoxHeaderClickAction : System.Enum 
Members
MemberDescription
DefaultThe default action performed when the header is clicked.
NoneNo action is performed when the header is clicked.
ToggleExpansionThe expansion state of the UltraExpandableGroupBox is toggled when the header is clicked.
Remarks

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