Assistant.On Property
True if the Office Assistant is enabled.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property On As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.On
instance.On = value
bool On { get; set; }
Property Value
Type: System.Boolean