MsoHTMLProjectState Enum

Definition

Specifies the current state of an HTMLProject object.

public enum class MsoHTMLProjectState
public enum MsoHTMLProjectState
type MsoHTMLProjectState = 
Public Enum MsoHTMLProjectState
Inheritance
MsoHTMLProjectState

Fields

msoHTMLProjectStateDocumentLocked 1

Document is locked. In a Microsoft Office host application or Microsoft Script Editor, indicates that the Refresh toolbar is displayed in the host application.

msoHTMLProjectStateDocumentProjectUnlocked 3

Document is unlocked. In a Microsoft Office host application or Microsoft Script Editor, indicates that the Refresh toolbar is not displayed at all.

msoHTMLProjectStateProjectLocked 2

Project is locked. In the Microsoft Script Editor, indicates that the Refresh toolbar is displayed.

Remarks

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

Applies to