要求したバージョンは利用できません。ヘルプの最新バージョンにリダイレクトしました。
バージョン

UltraFontNameEditor クラス

Infragistics UltraFontNameEditorコントロール。
シンタックス
'宣言
 
Public Class UltraFontNameEditor 
   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 UltraFontNameEditor : 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  
解説

UltraFontNameEditorコントロールはComboBoxによく似たコントロールで、システムに搭載されているフォントのうち、.NETランタイムでサポートされているものの名前がすべてリストにあらかじめ設定されています。その他にも、以下のような追加機能があります。

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

参照