We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eace65 commit 992a21dCopy full SHA for 992a21d
snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.RectangleToScreen/CS/form1.cs
@@ -145,7 +145,7 @@ private void Form1_MouseUp(object sender,
145
// Find out which controls intersect the rectangle and
146
// change their color. The method uses the RectangleToScreen
147
// method to convert the Control's client coordinates
148
- // to screen coordinates.
+ // to screen coordinates.
149
Rectangle controlRectangle;
150
for(int i = 0; i < Controls.Count; i++)
151
{
0 commit comments