ARCed.Controls.CollapsibleGroupBox.OnPaint C# (CSharp) Method

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void
        protected override void OnPaint(PaintEventArgs e)
        {
            this.HandleResize();
            this.DrawGroupBox(e.Graphics);
            this.DrawToggleButton(e.Graphics);
        }