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

TabControlGetDisplayRectangle() public method

public TabControlGetDisplayRectangle ( TabControl tab ) : Rectangle
tab TabControl
return System.Drawing.Rectangle
		public override Rectangle TabControlGetDisplayRectangle (TabControl tab)
		{
			return ThemeElements.CurrentTheme.TabControlPainter.GetDisplayRectangle (tab);
		}
ThemeWin32Classic