ComponentFactory.Krypton.Docking.ObscureControl.OnPaintBackground C# (CSharp) Method

OnPaintBackground() protected method

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
return void
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            // We do nothing, so the area underneath shows through
        }