Version

GroupBoxPropertyIds Enumeration

Enumeration of UltraGroupBox property id's
Syntax
'Declaration
 
Public Enum GroupBoxPropertyIds 
   Inherits System.Enum
public enum GroupBoxPropertyIds : System.Enum 
Members
MemberDescription
AppearanceThe UltraGroupBox.Appearance property.
BorderStyleThe UltraGroupBox.BorderStyle property.
CaptionAlignmentThe UltraGroupBox.CaptionAlignment property.
ContentAreaAppearanceThe UltraGroupBox.ContentAreaAppearance property.
ExpandedThe UltraExpandableGroupBox.Expanded property.
ExpansionIndicatorThe UltraExpandableGroupBox.ExpansionIndicator property.
ExpansionIndicatorCollapsedThe UltraExpandableGroupBox.ExpansionIndicatorCollapsed property.
ExpansionIndicatorExpandedThe UltraExpandableGroupBox.ExpansionIndicatorExpanded property.
HeaderAppearanceThe UltraGroupBox.HeaderAppearance property.
HeaderBorderStyleThe UltraGroupBox.HeaderBorderStyle property.
HeaderClickActionThe UltraExpandableGroupBox.HeaderClickAction property.
HeaderCollapsedAppearanceThe UltraExpandableGroupBox.HeaderCollapsedAppearance property.
HeaderExpandedAppearanceThe UltraExpandableGroupBox.HeaderExpandedAppearance property.
HeaderHotTrackingAppearanceThe UltraExpandableGroupBox.HeaderHotTrackingAppearance property.
HeaderPositionThe UltraGroupBox.HeaderPosition property.
HotTrackingThe UltraExpandableGroupBox.HotTracking property.
ShowFocusThe UltraExpandableGroupBox.ShowFocus property.
TextThe UltraGroupBox.Text property.
UseHotTrackingThe UltraExpandableGroupBox.UseHotTracking property.
UseMnemonicThe UltraGroupBox.UseMnemonic property.
VerticalTextOrientationThe UltraGroupBox.VerticalTextOrientation property.
ViewStyleThe UltraGroupBox.ViewStyle property.
WrapTextThe UltraGroupBox.WrapText property.
Remarks

Property identifiers are passed to handlers of the Infragistics.Win.UltraControlBase.PropertyChanged event. This provides a generic technique for both receiving notification of changes in the state of a control and responding to those changes. All controls derived from Infragistics.Win.UltraControlBase expose this functionality.

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