System.Windows.Forms.PopUpWindow.OnPaintInternal C# (CSharp) Method

OnPaintInternal() private method

private OnPaintInternal ( PaintEventArgs args ) : void
args PaintEventArgs
return void
		internal override void OnPaintInternal (PaintEventArgs args)
		{
			//ThemeEngine.Current.DrawPopupMenu (args.Graphics, menu, args.ClipRectangle, ClientRectangle);
		}