System.Windows.Forms.Theming.ThemeElements.DrawPopupButton C# (CSharp) 메소드

DrawPopupButton() 공개 정적인 메소드

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
리턴 void
		public static void DrawPopupButton (Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor)
		{
			theme.ButtonPainter.DrawPopup (g, bounds, state, backColor, foreColor);
		}
		#endregion