Options.ShowFormatError 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 for Microsoft Word to mark inconsistencies in formatting by placing a squiggly underline beneath text formatted similarly to other formatting that is used more frequently in a document.
public:
property bool ShowFormatError { bool get(); void set(bool value); };
public bool ShowFormatError { get; set; }
member this.ShowFormatError : bool with get, set
Public Property ShowFormatError As Boolean