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

DrawFlatButtonText() public method

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