다음을 통해 공유


DefaultWebOptions.CheckIfOfficeIsHTMLEditor Property

Determines whether Microsoft 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

Remarks

This property is used only if the Web browser that 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 a Microsoft Office application is the default HTML editor when you start PowerPoint.

msoTrue

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

See Also

Reference

DefaultWebOptions Interface

DefaultWebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace