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 69ef0e7 + 77163c6 commit 5674144Copy full SHA for 5674144
docs/snippets/cpp/VS_Snippets_Winforms/MeasureItemEventArgs/CPP/form1.cpp
@@ -89,7 +89,7 @@ public ref class Form1: public System::Windows::Forms::Form
89
}
90
91
// Select the appropriate brush depending on if the item is selected.
92
- // Since State can be a combinateion (bit-flag) of enum values, you can't use
+ // Since State can be a combination (bit-flag) of enum values, you can't use
93
// "==" to compare them.
94
if ( (e->State & DrawItemState::Selected) == DrawItemState::Selected )
95
brush = SystemBrushes::HighlightText;
0 commit comments