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.
2 parents c82ea8a + f4ba232 commit fe2dcf8Copy full SHA for fe2dcf8
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