Share via


MsoHTMLProjectState Enumeration 

Specifies the current state of an HTMLProject object.

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

Usage

Dim msoHTMLProjectState1 As MsoHTMLProjectState = MsoHTMLProjectState.msoHTMLProjectStateDocumentLocked

Syntax

Public Enum MsoHTMLProjectState
public enum MsoHTMLProjectState
public enum class MsoHTMLProjectState
public enum 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.
msoHTMLProjectStateDocumentProjectUnlocked Document is unlocked. In a Microsoft Office host application or Microsoft Script Editor, indicates that the Refresh toolbar is not displayed at all.
msoHTMLProjectStateProjectLocked 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace