バージョン

UltraDateTimeEditor クラス

Infragistics の UltraDateTimeEditor コントロール
シンタックス
'宣言
 
Public Class UltraDateTimeEditor 
   Inherits UltraWinEditorMaskedControlBase
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IEditType, Infragistics.Win.IImageListProvider, Infragistics.Win.IProvidesEmbeddableEditor, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraDateTimeEditor : UltraWinEditorMaskedControlBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IEditType, Infragistics.Win.IImageListProvider, Infragistics.Win.IProvidesEmbeddableEditor, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
解説

UltraDateTimeEditor素は、.NET Frameworkで提供される組み込みのComboBoxとよく似た機能を提供しますが、以下のような追加機能があります。

  • 編集部分も独自の Infragistics.Win.AppearanceBase オブジェクトを持つため、他の一部またはすべての項目と異なるフォント、前景色、背景色、およびイメージを設定できます (UltraComboEditor.Appearanceを参照)。Appearance を参照してください。
  • ドロップダウンボタンも独自の Infragistics.Win.AppearanceBase オブジェクトを持つため、固有の前景色と背景色を設定できます ( を参照)。ButtonAppearance を参照してください。
  • ドロップダウンボタンとドロップダウンリストがどちら側に表示されるかを変更する機能 (DropDownButtonAlignmentDropDownCalendarAlignment を参照)。
  • ドロップダウンボタンを表示するかどうか (およびその表示方法) を変更する機能 (DropDownButtonDisplayStyle を参照)。
  • コントロールで受け付けられる日付の範囲を制限するための機能 (MinDateMaxDate を参照)。
  • Office2003、OfficeXP および Office2000 のルック アンド フィール (DisplayStyle を参照)
  • WindowsXPのテーマのサポート (Infragistics.Win.UltraControlBase.SupportThemesを参照)。
  • イメージリストと透過イメージのサポート (Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageListInfragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageTransparentColorを参照)。

参照