SearchWhenProgramming Property

Microsoft Office Visual Basic

Some of the content in this topic may not be applicable to some languages.

True if the Office Assistant displays application and programming Help while the user is working in Visual Basic. Read/write Boolean.

Remarks

The default value is False. SearchWhenProgramming property corresponds to the Search for both product and programming help when programming option in the Use the Office Assistant section on the Options tab in the Office Assistant dialog box.

Example

This example allows the user to search both application and programming help while working in Visual Basic.

Assistant.SearchWhenProgramming = True