The text box interface to be used.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public TextComponentInterfaceType TextComponentInterface { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public TextComponentInterfaceType TextComponentInterface { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property TextComponentInterface As TextComponentInterfaceType Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property TextComponentInterface As TextComponentInterfaceType Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property TextComponentInterfaceType TextComponentInterface { TextComponentInterfaceType get (); void set (TextComponentInterfaceType value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property TextComponentInterfaceType TextComponentInterface { TextComponentInterfaceType get (); void set (TextComponentInterfaceType value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member TextComponentInterface : TextComponentInterfaceType with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member TextComponentInterface : TextComponentInterfaceType with get, set


Use 'Automatic' for plain and most rich text boxes.
Use 'Standard' for regular HTML text boxes (input type='text' and textarea).
Use 'RichTextBox' for RichTextBox.com text boxes.
Use 'Custom' to define your own interface.
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331