Assistant.AssistWithHelp Property
True if the Office Assistant appears when the user presses the F1 key to display Help.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property AssistWithHelp As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.AssistWithHelp
instance.AssistWithHelp = value
bool AssistWithHelp { get; set; }
Property Value
Type: System.Boolean