ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / DrawBorder Method / DrawBorder(Graphics,IntPtr,Boolean) Method

In This Topic
    DrawBorder(Graphics,IntPtr,Boolean) Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Protected Overloads Sub DrawBorder( _
       ByVal g As Graphics, _
       ByVal dc As IntPtr, _
       ByVal clear As Boolean _
    ) 
    protected void DrawBorder( 
       Graphics g,
       IntPtr dc,
       bool clear
    )

    Parameters

    g
    dc
    clear
    See Also