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
painter
IPainterSpecifies
IPainter
object used to draw text and graphic primitives.rect
RectangleThe 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)