E
EricTsai - ½²©v¿«
IntelliSense in C# can't show classes whose name has two parts, seperated by
' . ', and the first part is the same as some control.
As the result, many classes in System.Windows.Forms, like
DataGrid.HitTestInfo,
can't be displayed by IntelliSense.
But in C++, I can use System::Windows::Forms:
ataGrid::HitTestInfo to
specify the HitTestInfo class.
That seems like DataGrid can be a namespace.
' . ', and the first part is the same as some control.
As the result, many classes in System.Windows.Forms, like
DataGrid.HitTestInfo,
can't be displayed by IntelliSense.
But in C++, I can use System::Windows::Forms:

specify the HitTestInfo class.
That seems like DataGrid can be a namespace.