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 a065e46 commit 8e5ca8bCopy full SHA for 8e5ca8b
docs/snippets/cpp/VS_Snippets_Winforms/Control_StyleChanged/CPP/control_stylechanged.cpp
@@ -86,7 +86,7 @@ public ref class MyForm: public Form
86
// Handle the 'StyleChanged' event for the 'Form'.
87
void MyForm_StyleChanged( Object^ /*sender*/, EventArgs^ /*e*/ )
88
{
89
- MessageBox::Show( "The style releated to the 'Form' has been changed" );
+ MessageBox::Show( "The style related to the 'Form' has been changed" );
90
}
91
// </Snippet1>
92
};
0 commit comments