System.Windows.Forms.Theming.ThemeElements.DrawPopupButton C# (CSharp) Method

DrawPopupButton() public static method

public static DrawPopupButton ( Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
state ButtonThemeState
backColor Color
foreColor Color
return void
		public static void DrawPopupButton (Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor)
		{
			theme.ButtonPainter.DrawPopup (g, bounds, state, backColor, foreColor);
		}
		#endregion