TextOut Method
Object List Next Object
Defined By: Form
Description:
Prints the requested string at the CurrentX and CurrentY.
Declaration:
Sub TextOut(ByVal s As String)
Details:
TextOut will use the form’s device context to print the requested string at the current values of
CurrentX and CurrentY. TextOut will use the forecolor of the DC, and will not affect
CurrentX or CurrentY after execution.
See Also: Print method