Window.Caption Property

Returns or sets the caption text for the specified document or application window.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Default Property Caption As String
    Get
    Set
'Usage
Dim instance As Window
Dim value As String

value = instance

instance = value
string this { get; set; }

Property Value

Type: System.String

Remarks

To change the caption of the application window to the default text, set this property to an empty string ("").

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace