Keyoti RapidSpell Web .NET Help Docs
TextComponentInterface Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineTextComponentInterface
Keyoti RapidSpell Web .NET
The text box interface to be used.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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
Property Value
Remarks
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