WhatsThisMode Method Example

This example uses a command in a menu to change the mouse pointer to the What's This pointer and enable context-sensitive Help. To try the example, create a menu, and paste the code into the Click event of one of the Menu controls. Press F5, and click the menu command to toggle the application into the What's This state.

Private Sub mnuContextHelp_Click ()
   Form1.WhatsThisMode
End Sub