ComponentFactory.Krypton.Docking.ObscureControl.OnPaint C# (CSharp) 메소드

OnPaint() 보호된 메소드

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
리턴 void
        protected override void OnPaint(PaintEventArgs e)
        {
            // We do nothing, so the area underneath shows through
        }