Hi.
How do I set tooltip text for some specific text in a text box? For example, if I write
string x = "123";
Visual Studio would display (local variable x) if I hover the cursor over it.
How do you do that? I couldn't find any tutorials for this, so help would be appreciated.
How do I set tooltip text for some specific text in a text box? For example, if I write
string x = "123";
Visual Studio would display (local variable x) if I hover the cursor over it.
How do you do that? I couldn't find any tutorials for this, so help would be appreciated.
Comment