バージョン

ResolveWeekHeaderAppearance(UltraScheduleControlRoleBase,Int32,Int32,AppearanceData,AppearancePropFlags) メソッド

Week オブジェクトのヘッダーの外観を解決します。
シンタックス
'宣言
 
Public Overloads Sub ResolveWeekHeaderAppearance( _
   ByVal componentRole As UltraScheduleControlRoleBase, _
   ByVal week As Integer, _
   ByVal year As Integer, _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedPropFlags As Infragistics.Win.AppearancePropFlags _
) 
public void ResolveWeekHeaderAppearance( 
   UltraScheduleControlRoleBase componentRole,
   int week,
   int year,
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedPropFlags
)

パラメータ

componentRole
外観が解決されている関連付けられた Infragistics.Win.AppStyling.UltraControlRole 派生のコントロールのためのアプリケーション スタイリング情報を提供する UltraScheduleControlBase 派生のインスタンス。
week
週番号
year
appearance
初期化する Appearance 構造。
requestedPropFlags
必要とされるプロパティ
解説

特定の週のヘッダーの外観は、最も個別性の高い Infragistics.Win.AppearanceBase 情報を適用してから、最も個別性の低い Appearance 設定までを順に適用するという段階的プロセスを通じて解決されます。

参照