System.Windows.Forms.ThemeWin32Classic.DrawPopupButtonImage C# (CSharp) Méthode

DrawPopupButtonImage() public méthode

public DrawPopupButtonImage ( Graphics g, Button button, Rectangle imageBounds ) : void
g System.Drawing.Graphics
button Button
imageBounds System.Drawing.Rectangle
Résultat 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