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.
True if text in the list of AutoCorrect replacements is replaced automatically.
public:
property bool ReplaceText { bool get(); void set(bool value); };
public bool ReplaceText { get; set; }
Public Property ReplaceText As Boolean