Multiple choice technology programming languages

Which control should not be used for adding Tool tip?

  1. ToolTip

  2. TipWin

  3. ToolTipWin

  4. ToolsTips

  5. B,C & D

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The ToolTip component is the correct control for adding tooltips in VB.NET. TipWin, ToolTipWin, and ToolsTips are not valid controls in the VB.NET framework - they appear to be made-up distractors.

AI explanation

The genuine control for tool tips (in VB/.NET-style component sets) is named 'ToolTip'. The other three names — 'TipWin', 'ToolTipWin' and 'ToolsTips' — are not real tool-tip controls and therefore 'should not be used' for adding a tool tip. Since options B, C and D are all invalid/fabricated control names, the correct choice is 'B, C & D'. The phrasing is awkward but the marked answer is internally consistent: only ToolTip is a valid control, so the remaining three are the ones that should not be used.