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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string FileName { get; }
Property Value
Type:
StringThe file name.
See Also