INFO: DrawText Method Is Implemented But Not DocumentedLast reviewed: February 10, 1998Article ID: Q180759 |
The information in this article applies to:
SUMMARYThe DrawText method of the PictureBox control is not documented. However, the method was implemented and does work. The DrawText method draws text in the PictureBox control one line at a time.
MORE INFORMATIONThe syntax of the PictureBox control's DrawText method is:
object.DrawText [string]The parts of the DrawText method syntax are described in the following table:
Part Description ---- ----------- object A PictureBox object. string Optional. Any text string. If a string is not supplied a blank line will be drawn. Example of DrawText Method
Keywords : vb5all vbce Version : WINDOWS:1.0 Platform : WINDOWS Issue type : kbinfo |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |