System.Windows.Forms.ThemeWin32Classic.DrawPopupButtonImage C# (CSharp) Method

DrawPopupButtonImage() public method

public DrawPopupButtonImage ( Graphics g, Button button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button Button
imageBounds System.Drawing.Rectangle
return void
		public virtual void DrawPopupButtonImage (Graphics g, Button button, Rectangle imageBounds)
		{
			// No changes from Standard for image for this theme
			DrawButtonImage (g, button, imageBounds);
		}
ThemeWin32Classic