バージョン

UltraExplorerBarItemAppearances クラス

UltraExplorerBarItemAppearances オブジェクトは、特定の UltraExplorerBarItem オブジェクトの外観設定をカプセル化します。各項目には、大きいアイコンで表示されるときと小さいアイコンで表示されるときで異なる外観を設定できます。UltraExplorerBarItemAppearances オブジェクトは通常、AppearancesLarge および AppearancesSmall プロパティで返されます。

項目関連の外観プロパティはすべて UltraExplorerBarItemSettings オブジェクトによってカプセル化されているため、これらのプロパティはUltraWinExplorerBarGroupオブジェクト自体ではなく、 オブジェクト上に存在します。

項目レベルに適用される外観設定は、グループ レベルで適用される同じ設定をオーバーライドします。特定の Appearance プロパティ セットを持たない項目は明示的にグループからのプロパティの設定を継承します。

シンタックス
'宣言
 
Public Class UltraExplorerBarItemAppearances 
   Inherits Infragistics.Shared.SubObjectBase
public class UltraExplorerBarItemAppearances : Infragistics.Shared.SubObjectBase 
参照