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 42c4c1d commit d68f417Copy full SHA for d68f417
docs/snippets/cpp/VS_Snippets_Winforms/System.Drawing.ToolBoxBitmapExamples/cpp/usercontrol1.cpp
@@ -37,7 +37,7 @@ public ref class Form1 : public Form
37
};
38
39
// The following code example demonstrates how to use the
40
-// ToolBoxBitmapAttribute#ctor(string) costructor to set stop.bmp
+// ToolBoxBitmapAttribute#ctor(string) constructor to set stop.bmp
41
// as the toolbox icon for the StopSignControl. This example assumes
42
// the existence of a 16-by-16-pixel bitmap named stop.bmp at c:\.
43
//<snippet1>
0 commit comments