DocumentWindowCaptionKind 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.
Defines kinds of document window captions.
public enum class DocumentWindowCaptionKind
public enum DocumentWindowCaptionKind
type DocumentWindowCaptionKind =
Public Enum DocumentWindowCaptionKind
- Inheritance
-
DocumentWindowCaptionKind
Fields
Name | Value | Description |
---|---|---|
DocumentName | 0 | Caption consists of the document name (full path minus project path). |
ProjectItemHierarchyName | 1 | Caption consists of the the document's project item hierarchy name. |
ProjectName | 2 | Caption consists of the project name. |
Custom | 3 | Custom caption. |