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 70ea169 + 741f1c6 commit c47fc5fCopy full SHA for c47fc5f
docs/snippets/cpp/VS_Snippets_Winforms/ComboBox/CPP/comboboxcomplex.cpp
@@ -73,7 +73,7 @@ public ref class Win32Form1: public System::Windows::Forms::Form
73
this->label2->Location = System::Drawing::Point( 0, 40 );
74
this->label2->Size = System::Drawing::Size( 48, 24 );
75
this->label2->TabIndex = 7;
76
- this->label2->Text = "Sring 1";
+ this->label2->Text = "String 1";
77
this->label2->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
78
this->label3->Location = System::Drawing::Point( 0, 72 );
79
this->label3->Size = System::Drawing::Size( 48, 23 );
0 commit comments