Version

UltraExplorerBarItemAppearances Class

The UltraExplorerBarItemAppearances object encapsulates the appearance settings for a particular UltraExplorerBarItem object. Each item can have separate appearances for when it is being displayed with a large or small icon. The UltraExplorerBarItemAppearances object is typically returned by the AppearancesLarge and AppearancesSmall properties.

Note that since all item-related appearance properties are encapsulated by the UltraExplorerBarItemSettings object, these properties are found on that object rather than on the UltraWinExplorerBarItem object itself.

Appearance settings applied at the Item level will override the same settings applied at the Group level. Any Item that does not have a specific Appearance property set explicitly will inherit its setting for that property from the Group.

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