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 ecdb3c1 + 3ce5e97 commit 8a4f178Copy full SHA for 8a4f178
docs/snippets/cpp/VS_Snippets_Winforms/TreeNode_ForeColor/CPP/treenode_forecolor.cpp
@@ -203,7 +203,7 @@ public ref class MyTreeNode_FirstNode: public Form
203
else
204
{
205
206
- // If the check box is not cheked, collapse the first tree node.
+ // If the check box is not checked, collapse the first tree node.
207
myTreeView->Nodes[ 0 ]->FirstNode->Collapse();
208
MessageBox::Show( "The first and last node of CutomerList root node is collapsed" );
209
}
0 commit comments