Share via


FileDialog.Title Property

Returns or sets the title of a file dialog box displayed using the FileDialog object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Title As String
    Get
    Set
'Usage
Dim instance As FileDialog
Dim value As String

value = instance.Title

instance.Title = value
string Title { get; set; }

Property Value

Type: System.String

See Also

Reference

FileDialog Interface

FileDialog Members

Microsoft.Office.Core Namespace