VB3 Grid Custom Control: Text Limited to 255 Characters

ID: Q80906


The information in this article applies to:
  • Microsoft Visual Basic Standard and Professional Editions for Windows, versions 2.0, 3.0
  • Microsoft Visual Basic programming system for Windows, version 1.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).

This information applies to Microsoft Professional Toolkit for Microsoft Visual Basic programming system version 1.0 for Windows.

Additional query words: 2.00 3.00

Keywords : PrgCtrlsCus
Version : WINDOWS:1.0,2.0,3.0
Platform : WINDOWS
Issue type :


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