_Application.DisplayAutoCompleteTips 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.
Determines if Microsoft Word displays tips that suggest text for completing words, dates, or phrases as you type.
public:
property bool DisplayAutoCompleteTips { bool get(); void set(bool value); };
public bool DisplayAutoCompleteTips { get; set; }
member this.DisplayAutoCompleteTips : bool with get, set
Public Property DisplayAutoCompleteTips As Boolean
Property Value
Remarks
This property returns True if Word displays tips that suggest text for completing words, dates, or phrases as you type, and False if not.