Method DrawSplitterBorder
DrawSplitterBorder(Control, Graphics, RectD, DrawFlags)
Draws the border for sash window: this border must be such that the sash drawn by DrawSplitterSash(Control, Graphics, SizeD, double, GenericOrientation, DrawFlags) blends into it well.
public void DrawSplitterBorder(Control control, Graphics dc, RectD rect, WxControlPainterHandler.DrawFlags flags = DrawFlags.None)
Parameters
control
ControlControl in which drawing will be performed.
dc
GraphicsDrawing context.
rect
RectDRectangle in which control is painted.
flags
WxControlPainterHandler.DrawFlagsDrawing flags.