[]
        
(Showing Draft Content)

C1.Win.C1Input.C1TextBox.DrawBorder

DrawBorder Method

DrawBorder(Graphics, bool)

This method is for internal use only.

Declaration
protected void DrawBorder(Graphics g, bool clear)
Protected Sub DrawBorder(g As Graphics, clear As Boolean)
Parameters
Type Name Description
Graphics g
bool clear

DrawBorder(Graphics, IntPtr, bool)

This method is for internal use only.

Declaration
[Obsolete("This method is obsolete. Use DrawBorder(Graphics g, bool clear) instead.")]
protected void DrawBorder(Graphics g, IntPtr dc, bool clear)
<Obsolete("This method is obsolete. Use DrawBorder(Graphics g, bool clear) instead.")>
Protected Sub DrawBorder(g As Graphics, dc As IntPtr, clear As Boolean)
Parameters
Type Name Description
Graphics g
IntPtr dc
bool clear