Base:
property
DisplayRectangle
System.Windows.Forms.ToolStrip.DisplayRectangle
5 references to DisplayRectangle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
519
Rectangle displayRect =
DisplayRectangle
;
629
int delta = this.Items[0].Bounds.Top - this.
DisplayRectangle
.Top;
658
Rectangle displayRectangle = this.
DisplayRectangle
;
707
this.scrollAmount = this.
DisplayRectangle
.Top - this.Items[0].Bounds.Top;
796
Rectangle displayRectangle = this.
DisplayRectangle
;