ComponentFactory.Krypton.Docking.ObscureControl.OnPaintBackground C# (CSharp) Метод

OnPaintBackground() защищенный Метод

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
Результат void
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            // We do nothing, so the area underneath shows through
        }