InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Extension Namespace / TextBoxEx Class / DrawText Method

In This Topic
    DrawText Method (TextBoxEx)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub DrawText( _
       ByVal textBox As TextBox, _
       ByVal graphics As Graphics, _
       ByVal text As String, _
       ByVal foreColor As Color, _
       ByVal backColor As Color _
    ) 
    public static void DrawText( 
       TextBox textBox,
       Graphics graphics,
       string text,
       Color foreColor,
       Color backColor
    )

    Parameters

    textBox
    graphics
    text
    foreColor
    backColor
    See Also