Assistant.GuessHelp Property
True if the Office Assistant balloon presents a list of Help topics based on keywords the user selects before clicking the Assistant window or pressing F1.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property GuessHelp As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.GuessHelp
instance.GuessHelp = value
bool GuessHelp { get; set; }
Property Value
Type: System.Boolean