Base:
property
DisplayRectangle
System.Windows.Forms.Control.DisplayRectangle
3 references to DisplayRectangle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TabControl.cs (3)
1725Rectangle rect = DisplayRectangle; 1920tabPages[index].Bounds = DisplayRectangle; 2758tabPage.Bounds = owner.DisplayRectangle;