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

ShouldPaintFocusRectagle() protected static method

protected static ShouldPaintFocusRectagle ( ButtonBase button ) : bool
button ButtonBase
return bool
		protected static bool ShouldPaintFocusRectagle (ButtonBase button)
		{
			return (button.Focused || button.paint_as_acceptbutton) && button.Enabled && button.ShowFocusCues;
		}
ThemeWin32Classic