[]
        
(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)
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)
Parameters
Type Name Description
Graphics g
IntPtr dc
bool clear