ARCed.UI.VS2005DockPaneCaption.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)
        {
            base.OnPaint(e);
            this.DrawCaption(e.Graphics);
        }