Freigeben über


OpenDocumentOptions.CustomDocumentWindowCaption Property

Definition

Gets custom document window caption. The following substitution variables are supported: %1 - the project name %2 - the document's project item hierarchy name %3 - the document name.

public:
 property System::String ^ CustomDocumentWindowCaption { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=9)]
public string? CustomDocumentWindowCaption { get; }
[<System.Runtime.Serialization.DataMember(Order=9)>]
member this.CustomDocumentWindowCaption : string
Public ReadOnly Property CustomDocumentWindowCaption As String

Property Value

Attributes

Remarks

Used when DocumentWindowCaptionKind is set to Custom.

Applies to