Version

UltraDateTimeEditor Class

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

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

  • 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 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)
  • The ability to change the side on which the dropdown button and dropdown list appear (see DropDownButtonAlignment, DropDownCalendarAlignment)
  • The ability to change whether (and how) the dropdown button is displayed (see DropDownButtonDisplayStyle)
  • The ability to restrict the range of dates that will be accepted by the control (see MinDate, MaxDate)
  • 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