_Application.DisplayAutoCompleteTips Property

Definition

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.

Applies to