MouseTips Property

Microsoft Office Visual Basic

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

True if the Office Assistant provides suggestions for using the mouse effectively. Read/write Boolean.

Remarks

The MouseTips property corresponds to the Using the mouse more effectively option under Show tips about on the Options tab in the Office Assistant dialog box.

Example

This example sets the Office Assistant to provide suggestions for using the mouse effectively.

Assistant.MouseTips = True