Share via


DefaultWebOptions.CheckIfOfficeIsHTMLEditor Property

Determines whether Microsoft Office PowerPoint checks whether a Microsoft Office application is the default HTML editor when you start PowerPoint. Read/write.

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

Syntax

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

value = instance.CheckIfOfficeIsHTMLEditor

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

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

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.

The value of the CheckIfOfficeIsHTMLEditor property can be one of these MsoTriState constants.

Constant

Description

msoFalse

PowerPoint does not check to see whether an Office application is the default HTML editor when you start PowerPoint.

msoTrue

The default. PowerPoint checks to see whether an Office application is the default HTML editor when you start PowerPoint.

Examples

This example causes PowerPoint not to check whether a Microsoft Office application is the default HTML editor.

Application.DefaultWebOptions.CheckIfOfficeIsHTMLEditor= msoFalse

See Also

Reference

DefaultWebOptions Interface

DefaultWebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace