DefaultWebOptions.CheckIfWordIsDefaultHTMLEditor 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 Microsoft Word checks to see whether it is the default HTML editor when you start Word. False if Word does not perform this check. The default value is True.
public:
property bool CheckIfWordIsDefaultHTMLEditor { bool get(); void set(bool value); };
public bool CheckIfWordIsDefaultHTMLEditor { get; set; }
member this.CheckIfWordIsDefaultHTMLEditor : bool with get, set
Public Property CheckIfWordIsDefaultHTMLEditor As Boolean
Property Value
Remarks
This property is used only if the Web browser you are using supports HTML editing and HTML editors.
To use a different HTML editor, you must set this property to False and then register the editor as the default system HTML editor.