VB Grid Custom Control: Text Limited to 255 Characters

ID: Q140887


The information in this article applies to:
  • Microsoft Visual Basic Professional and Enterprise Editions, 16-bit and 32-bit, for Windows, version 4.0


SUMMARY

The 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 query words: 1.00 2.00 3.00 4.00 vb4win vb4all

Keywords : PrgCtrlsCus
Version : WINDOWS:4.0
Platform : WINDOWS
Issue type :


Last Reviewed: January 20, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.