バージョン

UltraComboEditor クラス

Infragistics の UltraComboEditor コントロール
シンタックス
'宣言
 
Public Class UltraComboEditor 
   Inherits TextEditorControlBase
   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 UltraComboEditor : TextEditorControlBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.IProvidesEmbeddableEditor, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
解説

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

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

参照