Version

UltraExplorerBarGroupSettings Class

The UltraExplorerBarGroupSettings object is used to encapsulate all of the appearance and behavior settings that are applied to an UltraExplorerBarGroup object. The settings of this object are capable of being persisted by using the UltraExplorerBar.SaveAsBinary or UltraExplorerBar.SaveAsXml methods.

The settings of this object include AppearancesLarge and AppearancesSmall which determine the formatting of the group items in small and large icon modes, HeaderButtonStyle and HeaderVisible, which control the look of the group header, and Style which determines the overall look of the items that make up the group.

Syntax
'Declaration
 
Public Class UltraExplorerBarGroupSettings 
   Inherits UltraExplorerBarSettingsBase
   Implements Infragistics.Win.Notifications.INotificationBadgeSettingsOwner 
public class UltraExplorerBarGroupSettings : UltraExplorerBarSettingsBase, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner  
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