Infragistics(R) NetAdvantage(R) Windows Forms
GroupBoxHeaderClickAction Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : GroupBoxHeaderClickAction Enumeration

Settings for the action performed when the header is clicked on.

Syntax

Visual Basic (Declaration) 
Public Enum GroupBoxHeaderClickAction 
   Inherits System.Enum
C# 
public enum GroupBoxHeaderClickAction : System.Enum 

Members

MemberDescription
Default The default action performed when the header is clicked.
None No 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.

See Also