MsoHTMLProjectState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the current state of an HTMLProject object.
public enum class MsoHTMLProjectState
public enum MsoHTMLProjectState
type MsoHTMLProjectState =
Public Enum MsoHTMLProjectState
- Inheritance
-
MsoHTMLProjectState
Fields
Name | Value | Description |
---|---|---|
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. |
msoHTMLProjectStateProjectLocked | 2 | Project is locked. In the Microsoft Script Editor, indicates that the Refresh toolbar is displayed. |
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. |
Remarks
The MsoHTMLProjectState constants correspond to the state of the Refresh toolbar in the Microsoft Office host application or the Microsoft Script Editor.