Assistant.GuessHelp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool GuessHelp { bool get(); void set(bool value); };
public bool GuessHelp { get; set; }
member this.GuessHelp : bool with get, set
Public Property GuessHelp As Boolean