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

CPDrawSelectionFrame() public method

public CPDrawSelectionFrame ( Graphics graphics, bool active, Rectangle outsideRect, Rectangle insideRect, Color backColor ) : void
graphics System.Drawing.Graphics
active bool
outsideRect System.Drawing.Rectangle
insideRect System.Drawing.Rectangle
backColor System.Drawing.Color
return void
		public  override void CPDrawSelectionFrame (Graphics graphics, bool active, Rectangle outsideRect, Rectangle insideRect,
			Color backColor) {

		}
ThemeWin32Classic