Version

UltraTextEditor Class

Infragistics' UltraTextEditor control
Syntax
'Declaration
 
Public Class UltraTextEditor 
   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 UltraTextEditor : 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 UltraTextEditor provides a text editor similar to the intrinsic TextBox provided by the .NET framework, with additional features, such as:

  • The standard Infragistics Infragistics.Win.AppearanceBase object is used to control all formatting (see Infragistics.Win.Appearance)
  • WindowsXP theme support (see Infragistics.Win.UltraControlBase.SupportThemes)
  • ImageList and transparent image support (see System.Windows.Forms.ImageList, 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