C
Chris
In VS there are several types that are displayed differently in the 'watch'
window. For example, System.Drawing.Point is displayed in VS like this:
{X=4 Y=16}. While most types are simply displayed like this:
{System.Windows.Forms.TreeView}.
I want to know if this is coded into VS or if I can add/change the types
that display differently.
Thanks,
Chris
window. For example, System.Drawing.Point is displayed in VS like this:
{X=4 Y=16}. While most types are simply displayed like this:
{System.Windows.Forms.TreeView}.
I want to know if this is coded into VS or if I can add/change the types
that display differently.
Thanks,
Chris