MsoHTMLProjectState Enumeration

Specifies the current state of an HTMLProject object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoHTMLProjectState
'Usage
Dim instance As MsoHTMLProjectState
public enum MsoHTMLProjectState

Members

Member name Description
msoHTMLProjectStateDocumentLocked Document is locked. In a Microsoft Office host application or Microsoft Script Editor, indicates that the Refresh toolbar is displayed in the host application.
msoHTMLProjectStateProjectLocked Project is locked. In the Microsoft Script Editor, indicates that the Refresh toolbar is displayed.
msoHTMLProjectStateDocumentProjectUnlocked Document is unlocked. In a Microsoft Office host application or Microsoft Script Editor, indicates that the Refresh toolbar is not displayed at all.

Remarks

The MsoHTMLProjectState constants correspond to the state of the Refresh toolbar in the Microsoft Office host application or the Microsoft Script Editor.

See Also

Reference

Microsoft.Office.Core Namespace