The 3rd Party Component that this GUI will spell check.
| C# | Visual Basic | Visual C++ |
public ISpellCheckableTextComponent ThirdPartyTextComponentToCheck { get; set; }
Public Property ThirdPartyTextComponentToCheck As ISpellCheckableTextComponent
public: property ISpellCheckableTextComponent^ ThirdPartyTextComponentToCheck { ISpellCheckableTextComponent^ get (); void set (ISpellCheckableTextComponent^ value); }