Quantcast
Channel: BizTalkGurus
Viewing all articles
Browse latest Browse all 2977

Blog Post: Pretty QuickInfo Tooltips and VS Themes

$
0
0
A Visual Studio Extension can extend quick info tooltips by implementing the IQuickInfoSource interface (and a few other things). Most of the samples implement the AugmentQuickInfoSession() method by adding string values into the quickInfoContent collection. However, you can also add UIElement objects when you want to present tooltips that have complex content. I implemented this […]
Blog Post by: Tomas Restrepo

Viewing all articles
Browse latest Browse all 2977

Trending Articles