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

DrawPopupButtonText() public method

public DrawPopupButtonText ( Graphics g, Button button, Rectangle textBounds ) : void
g System.Drawing.Graphics
button Button
textBounds System.Drawing.Rectangle
return void
		public virtual void DrawPopupButtonText (Graphics g, Button button, Rectangle textBounds)
		{
			// No changes from Standard for image for this theme
			DrawButtonText (g, button, textBounds);
		}
		#endregion
ThemeWin32Classic