| VistaFileDialogFileName Property |
Gets or sets a string containing the file name selected in the file dialog box.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string FileName { get; set; }
Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
member FileName : string with get, set
Property Value
Type:
String
The file name selected in the file dialog box. The default value is an empty string ("").
See Also