Click or drag to resize

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
C#
public int FileTypeIndex { get; }

Property Value

Type: Int32
The currently selected file type or -1 if nothing was selected.
See Also