6 references to Bottom
System.Windows.Forms (3)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
731
if (target.
Bottom
== Top)
738
if (target.Top ==
Bottom
)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (1)
237
y = _control.
Bottom
- size.Height;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FormatControl.cs (1)
322
formatTypeListBox.Height = tableLayoutPanel1.
Bottom
- formatTypeListBox.Top;
System\Windows\Forms\Design\FormatStringDialog.cs (2)
89
_okButton.Top = _formatControl1.
Bottom
+ 5;
90
_cancelButton.Top = _formatControl1.
Bottom
+ 5;