VB Grid Custom Control: Text Limited to 255 CharactersLast reviewed: October 3, 1996Article ID: Q140887 |
The information in this article applies to:
- Professional and Enterprise Editions of Microsoft Visual Basic, 16-bit and 32-bit, for Windows, version 4.0
SUMMARYThe Text property for the Grid custom control can hold a string of up to 255 characters. If you assign a string longer than 255 characters to the grid Text property, the string is truncated. This behavior is by design in Visual Basic. This behavior is similar to a text box control with the MultiLine property set to FALSE (0).
|
Additional reference words: 1.00 2.00 3.00 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |