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 bb9aa67 + 86d99ca commit b72cd90Copy full SHA for b72cd90
docs/snippets/cpp/VS_Snippets_Winforms/System.Drawing.ClassicBitmapExamples/CPP/form1.cpp
@@ -176,7 +176,7 @@ public ref class Form1: public System::Windows::Forms::Form
176
this->Icon = newIcon;
177
178
// You can now destroy the Icon, since the form creates
179
- // its own copy of the icon accesible through the Form.Icon property.
+ // its own copy of the icon accessible through the Form.Icon property.
180
DestroyIcon( newIcon->Handle );
181
}
182
// </snippet6>
0 commit comments