ZForge.Controls.ExplorerBar.TaskItem.OnPaintBackground C# (CSharp) 메소드

OnPaintBackground() 보호된 메소드

Raises the PaintBackground event
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs that contains the event data
리턴 void
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            // don't let windows paint our background as it will be black
            // (we'll paint the background in OnPaint instead)
            //base.OnPaintBackground (pevent);
        }