Click or drag to resize

FileDialogEventArgsFileTypeIndex Property

Gets the currently selected file type. This is only valid for Common Dialog boxes.

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

Property Value

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