Window.Caption property

Gets or sets the caption text for the window represented by the Window object.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

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

value = instance.Caption

instance.Caption = value
public abstract string Caption { get; set; }

Property value

Type: System.String
The caption text for the window represented by the Window object.

Remarks

The caption text that is returned or set by this property corresponds to the text preceding "- Microsoft InfoPath" on the title bar of the window

This member can be accessed without restrictions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

See also

Reference

Window class

Window members

Microsoft.Office.InfoPath namespace