Array of ISpellCheckableTextComponent this GUI will spell check.
| C# | Visual Basic | Visual C++ |
public ISpellCheckableTextComponent[] ThirdPartyTextComponentsToCheck { get; set; }
Public Property ThirdPartyTextComponentsToCheck As ISpellCheckableTextComponent()
public: property array<ISpellCheckableTextComponent^>^ ThirdPartyTextComponentsToCheck { array<ISpellCheckableTextComponent^>^ get (); void set (array<ISpellCheckableTextComponent^>^ value); }