System.Windows.Forms.Accordion.OnLatePaint C# (CSharp) 메소드

OnLatePaint() 보호된 메소드

protected OnLatePaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void
        protected override void OnLatePaint(PaintEventArgs e)
        {
            base.OnLatePaint(e);

            e.Graphics.DrawRectangle(new Pen(BorderColor), 0, 0, Width, Height);
        }