FileDialogEventArgsIsFileSave Property |
The context is a File Save dialog.
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 public bool IsFileSave { get; }
Property Value
Type:
Booleantrue if the context is a File Save dialog; false otherwise.
See Also