MCQOPTIONS
Saved Bookmarks
| 1. |
You work as software developer at XYZ inc. You need to develop a Windows form that provides online help for users. You want the help functionality to be available when users press the F1 key._x005F_x000D_ Â _x005F_x000D_ Help text will be displayed in a pop-up window for the text box that has focus._x005F_x000D_ Â _x005F_x000D_ To implement this functionality, you need to call a method of the HelpProvider control and pass the text box and the help text._x005F_x000D_ Â _x005F_x000D_ What should you do?_x005F_x000D_ |
| A. | SetShowHelp |
| B. | SetHelpString |
| C. | SetHelpKeyword |
| D. | ToString |
| Answer» C. SetHelpKeyword | |