Bloom.Edit.TransparentPanel.OnPaintBackground C# (CSharp) Method

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            // Do not paint background
        }