バージョン

DateButton クラス

ボタンは Infragistics.Win.UltraWinSchedule.UltraCalendarCombo ドロップダウンで月カレンダーの下に表示されます。
シンタックス
'宣言
 
Public Class DateButton 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public class DateButton : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
解説

DateButtonは、Infragistics.Win.UltraWinSchedule.UltraCalendarComboドロップダウン領域に表示されるボタンです。結果のアクションに関するより詳細な情報を提供するためにカスタマイズ可能な ToolTip を表示できます。選択をクリアしてから関連付けられたDateを選択して日付をInfragistics.Win.UltraWinSchedule.UltraCalendarInfo.SelectedDateRangesに追加する、またはActionに基づいてInfragistics.Win.UltraWinSchedule.UltraCalendarInfo.ActiveDay にするのいずれかを実行するために、DateButton を設定できます。Type プロパティは、関連付けられた日付を決定します。Custom に設定されると、Date プロパティが使用されます。DateButtonは、Visible プロパティを使用して非表示にすることもできます。

参照