DocumentWindowCaptionKind Enum

Definition

Defines kinds of document window captions.

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

Fields

Custom 3

Custom caption.

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.

Applies to