FileDialogEventArgsFileTypeIndex Property |
Gets the currently selected file type.
This is only valid for Common Dialog boxes.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int FileTypeIndex { get; }
Property Value
Type:
Int32The currently selected file type or -1 if nothing was selected.
See Also