Click or drag to resize

FileDialogEventArgsIsFileSave Property

The context is a File Save dialog. 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 bool IsFileSave { get; }

Property Value

Type: Boolean
true if the context is a File Save dialog; false otherwise.
See Also