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 b6845e5Copy full SHA for b6845e5
docs/snippets/cpp/VS_Snippets_Winforms/IDesignerExample/CPP/testcontrol.cpp
@@ -41,7 +41,7 @@ public ref class ExampleIDesigner: public System::ComponentModel::Design::IDesig
41
this->component = component;
42
}
43
44
- // This method peforms the 'default' action for the designer. The default action
+ // This method performs the 'default' action for the designer. The default action
45
// for a basic IDesigner implementation is invoked when the designer's component
46
// is double-clicked. By default, a component associated with a basic IDesigner
47
// implementation is displayed in the design-mode component tray.
0 commit comments