Assistant.TipOfDay Property
True if the Office Assistant displays a special tip each time the Office application is opened.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property TipOfDay As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.TipOfDay
instance.TipOfDay = value
bool TipOfDay { get; set; }
Property Value
Type: System.Boolean