Returns or sets a value that determines whether context-sensitive Help uses the What's This pop-up provided by Windows 95 Help or the main Help window. Read-only at run time.
Syntax
object.WhatsThisHelp [= boolean]
The WhatsThisHelp property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A value that determines if Help uses the What's This pop-up, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | The application uses one of the What's This access techniques to start Windows Help and load a topic identified by the WhatsThisHelpID property. |
False | (Default) The application uses the F1 key to start Windows Help and load the topic identified by the HelpContextID property. |
Remarks
There are three access techniques for providing What's This Help in an application. The WhatsThisHelp property must be set to True for any of these techniques to work.