バージョン

UltraTimeZoneEditor クラス

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

UltraTimeZoneEditor コントロールは、ComboBox に似たコントロールを提供します。このリストはレジストリにあるタイムゾーンの名前で事前に指定されます。

UltraComboEditor クラス(派生される)と同様、UltraTimeZoneEditor コントロールは、以下のような補足機能も含みます。

  • コントロールの Items コレクションの各項目がそれぞれ独自の Infragistics.Win.AppearanceBase オブジェクトを持ちます。 これは、各項目に異なるフォント、前景色、背景色、およびイメージを設定できることを意味します( を参照)。ItemAppearance を参照してください。
  • 編集部分も独自の Infragistics.Win.AppearanceBase オブジェクトを持つため、他の一部またはすべての項目と異なるフォント、前景色、背景色、およびイメージを設定できます(UltraComboEditor.Appearanceを参照)。Infragistics.Win.Appearance を参照してください。
  • ドロップダウンボタンも独自の Infragistics.Win.AppearanceBase オブジェクトを持つため、固有の前景色と背景色を設定できます( を参照)。ButtonAppearance を参照してください。
  • MRU リスト機能(MRUListHasMRUListMaxMRUItems を参照)
  • 単語の自動補完 (AutoComplete を参照)。
  • ドロップダウンボタンとドロップダウンリストがどちら側に表示されるかを変更する機能(DropDownButtonAlignmentDropDownListAlignment を参照)。
  • ドロップダウンボタンを表示するかどうか(およびその表示方法)を変更する機能(DropDownButtonDisplayStyle を参照)。
  • ドロップダウンリストの幅を変更する機能(DropDownListWidth を参照)。
  • Office2003、OfficeXP および Office2000 のルック アンド フィール(DisplayStyle を参照)
  • WindowsXPのテーマのサポート(Infragistics.Win.UltraControlBase.SupportThemes を参照)。
  • イメージリストと透過イメージのサポート(Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageListInfragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageTransparentColorを参照)。

参照