Method DrawEditBorder
DrawEditBorder(IPainter, Rectangle)
Draws border of edit control within the specified rectangle with current theme.
public static void DrawEditBorder(IPainter painter, Rectangle rect)
Parameters
painterIPainterSpecifies
IPainterobject used to draw text and graphic primitives.rectRectangleThe Rectangle that represents the dimensions of the control.
DrawEditBorder(IntPtr, Rectangle)
Draws border of edit control within the specified rectangle with current theme.
public static void DrawEditBorder(IntPtr dc, Rectangle rect)