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 b72cd90 + 58e0376 commit 14b6a5aCopy full SHA for 14b6a5a
docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.AccessibleObject/CPP/chartcontrol.cpp
@@ -487,7 +487,7 @@ public ref class ChartControl: public System::Windows::Forms::UserControl
487
}
488
489
490
- // Gets the Accessibility object of the child CurveLegend idetified by index.
+ // Gets the Accessibility object of the child CurveLegend identified by index.
491
virtual AccessibleObject^ GetChild( int index ) override
492
{
493
if ( index >= 0 && index < chartControl->Legends->Length )
0 commit comments