Version

UltraExplorerBarGroupAppearances Class

The UltraExplorerBarGroupAppearances object encapsulates the appearance settings for a particular UltraExplorerBarGroup object. Each group can have separate appearances for when it is displaying large or small icons for its items. The UltraExplorerBarGroupAppearances object is typically returned by the AppearancesLarge and AppearancesSmall properties.

Note that since all group-related appearance properties are encapsulated by the UltraExplorerBarGroupSettings object, these properties are found on that object rather than on the UltraWinExplorerBarGroup object itself.

Syntax
'Declaration
 
Public Class UltraExplorerBarGroupAppearances 
   Inherits Infragistics.Shared.SubObjectBase
public class UltraExplorerBarGroupAppearances : Infragistics.Shared.SubObjectBase 
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