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