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 ca2e738 commit f4ba232Copy full SHA for f4ba232
docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.Control.PerformLayout/CPP/form1.cpp
@@ -15,7 +15,7 @@ using namespace System;
15
using namespace System::Windows::Forms;
16
using namespace System::Drawing;
17
18
-// This custom control has the Layout event implented so that when
+// This custom control has the Layout event implemented so that when
19
// PerformLayout(AffectedControl, AffectedProperty) is called
20
// on the control, where AffectedProperty equals "Bounds" the
21
// textbox is centered on the control.
0 commit comments