clsCommonWrapper.DrawText MethodThe DrawText function draws formatted text in the specified rectangle. It formats the text according to the specified method (expanding tabs, justifying characters, breaking lines, and so forth).Syntax
Public Sub DrawText (ByVal lHdc As Long, _
ByRef s As String, _ ByRef r As RECT, _ Optional ByVal wFormat As Long = CTL_DT_TOP) Parameters
Remarks
|