You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/Control.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1699,8 +1699,8 @@
1699
1699
<ReturnType>System.Int32</ReturnType>
1700
1700
</ReturnValue>
1701
1701
<Docs>
1702
-
<summary>Gets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.</summary>
1703
-
<value>An <see cref="T:System.Int32" /> representing the distance, in pixels, between the top edge of the control and the top edge of its container's client area.</value>
1702
+
<summary>Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.</summary>
1703
+
<value>An <see cref="T:System.Int32" /> representing the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.</value>
0 commit comments