Version

UltraComboEditor Class

Infragistics' UltraComboEditor control
Syntax
'Declaration
 
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  
Remarks

The UltraComboEditor control provides functionality similar to the intrinsic ComboBox provided by the .NET framework, with additional features, such as:

  • Each item in the control's Items collection has its own Infragistics.Win.AppearanceBase object, which means that each item can have a distinct font, foreground color, background color, and image. (see ItemAppearance)
  • The edit portion also has its own Infragistics.Win.AppearanceBase object, and as such can have a different font, foreground color, background color, and image, than any/all of the items. (see Infragistics.Win.Appearance)
  • The dropdown button also has its own Infragistics.Win.AppearanceBase object, and as such can have its own foreground color and background color. (see ButtonAppearance)
  • MRU list functionality (see MRUList, HasMRUList, MaxMRUItems)
  • Automatic word completion (see AutoComplete)
  • Sorting (see SortStyle)
  • The ability to change the side on which the dropdown button and dropdown list appear (see DropDownButtonAlignment, DropDownListAlignment)
  • The ability to change whether (and how) the dropdown button is displayed (see DropDownButtonDisplayStyle)
  • The ability to change the width of the dropdown list (see DropDownListWidth)
  • The look and feel of Office2003, OfficeXP and Office2000 (see DisplayStyle)
  • WindowsXP theme support (see Infragistics.Win.UltraControlBase.SupportThemes)
  • ImageList and transparent image support (see Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageList, Infragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageTransparentColor

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also