バージョン

UltraExplorerBarGroupSettings クラス

UltraExplorerBarGroupSettingsオブジェクトは、UltraExplorerBarGroup オブジェクトに適用されるすべての外観設定と動作設定をカプセル化するために使用します。このオブジェクトの設定は、UltraExplorerBar.SaveAsBinary メソッドまたは UltraExplorerBar.SaveAsXml メソッドを使用して永続化できます。

このオブジェクトの設定には、グループの項目を小さいアイコンと大きいアイコンのどちらのモードで書式設定するかを決定する AppearancesLargeAppearancesSmall、グループヘッダーの外観を制御する HeaderButtonStyleHeaderVisible、グループを構成する項目の全体的な外観を決定する Style などがあります。

シンタックス
'宣言
 
Public Class UltraExplorerBarGroupSettings 
   Inherits UltraExplorerBarSettingsBase
   Implements Infragistics.Win.Notifications.INotificationBadgeSettingsOwner 
public class UltraExplorerBarGroupSettings : UltraExplorerBarSettingsBase, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner  
参照