AutoCorrect.ReplaceText 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.
Returns or sets a value that indicates whether to automatically replace specified text with entries from the AutoCorrect list.
public:
property bool ReplaceText { bool get(); void set(bool value); };
public bool ReplaceText { get; set; }
member this.ReplaceText : bool with get, set
Public Property ReplaceText As Boolean