ARCed.Controls.CollapsibleGroupBox.OnPaint C# (CSharp) Méthode

OnPaint() protected méthode

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