DefaultWebOptions.CheckIfOfficeIsHTMLEditor Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property CheckIfOfficeIsHTMLEditor As Boolean
    Get
    Set
'Usage
Dim instance As DefaultWebOptions
Dim value As Boolean

value = instance.CheckIfOfficeIsHTMLEditor

instance.CheckIfOfficeIsHTMLEditor = value
bool CheckIfOfficeIsHTMLEditor { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

DefaultWebOptions Interface

DefaultWebOptions Members

Microsoft.Office.Interop.Word Namespace