Assistant.MouseTips Property
True if the Office Assistant provides suggestions for using the mouse effectively.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property MouseTips As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.MouseTips
instance.MouseTips = value
bool MouseTips { get; set; }
Property Value
Type: System.Boolean