バージョン

UltraCalendarCombo クラス

Infragistics UltraCalendarCombo
シンタックス
'宣言
 
Public Class UltraCalendarCombo 
   Inherits UltraMonthViewMultiBase
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IProvidesEmbeddableEditor, Infragistics.Win.ISelectionManager, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraCalendarCombo : UltraMonthViewMultiBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IProvidesEmbeddableEditor, Infragistics.Win.ISelectionManager, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
解説

UltraCalendarCombo は、Outlookのドロップダウン カレンダーと同様のドロップダウン カレンダーを提供します。ドロップダウンは Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton オブジェクトを追加する領域で、カスタムテキスト、日付、アクション、ツールチップを持つことができます。Value は任意の Format で表示することができ、DateTimeFormatInfo を設定することによって、特定のロケールでより詳細に制御することができます。

日付を入力する、スピン ボタンを使用する、ドロップダウンの Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton オブジェクトのいずれかを使用する、またはドロップダウンの Day を選択することによって、Value は変更できます。AllowNull プロパティが True でバインドが可能なときに、Value は null の日付を許可します。AutoSelectionUpdate プロパティを介して、Value を自動的に更新するように設定することさえ可能です。

参照