Click or drag to resize

FileDialogEventArgsFileName Property

Gets the text currently entered in the dialog's File name edit box. The text in the File name edit box does not necessarily reflect the item the user chose. To get the item the user chose, use the ResultsIdLists or ResultsIdList properties.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string FileName { get; }

Property Value

Type: String
The file name.
See Also