

TAB responsible gambling blog. Tools tabs When you click some parts of your slides, such as pictures, shapes, SmartArt or text boxes, you might see a colorful new tab appear. In the example above, the Drawing Tools tab appears when you click a shape or text box. When you click a picture, the Picture Tools tab appears.
Tab Tools Button
There are many different ways to find within Visual Studio (Incremental Search, Quick Find, Find in Files, Find Toolbar, etc) and it often isn’t clear which is the best for a given task or worse these options even exist. The find dialog itself also can obstruct code and jump around while users are searching. Our solution to these problems is the new Quick Find extension. In the screenshot below, you will see that we’ve turned the quick find & incremental search experiences into a find pop-up that is available at top right hand corner of the editor. After hitting, Ctrl+I or Ctrl+F, it simply highlights the find results as you type. From this small but powerful pop-up, you have access to most of the Quick Find functionality such as replace, options to match case and added support for matching .NET Regular Expressions!