DownloadDialog Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
The icon to close the notification of the successful download.
Syntax: public
CloseNotificationIcon { get; }
The OK button in the Firefox version of the DownloadDialog to confirm the download.
Syntax: public
OkButton { get; }
The OpenFolder button in the IE/Edge version of the DownloadDialog that appears after the download is complete.
Syntax: public
OpenFolder { get; }
The SaveAs button in the DownloadDialog to select that the download shall be saved as a file, instead of e.g. opening it.
Syntax: public
SaveAsButton { get; }
The Save SplitButton in the IE / Edge version of the DownloadDialog to bring up the SaveAs option.
Syntax: public
SaveSplitButton { get; }