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 2010" 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.