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