Edit

Share via


DefaultWebOptions.CheckIfOfficeIsHTMLEditor Property

Definition

True if Microsoft Word checks to see whether an Office application 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 CheckIfOfficeIsHTMLEditor { bool get(); void set(bool value); };
public bool CheckIfOfficeIsHTMLEditor { get; set; }
member this.CheckIfOfficeIsHTMLEditor : bool with get, set
Public Property CheckIfOfficeIsHTMLEditor 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.

Applies to