DownloadDialog Properties
CloseNotificationIcon
The icon to close the notification of the successful download.
Syntax: public
IconButton
CloseNotificationIcon { get; }
OkButton
The OK button in the Firefox version of the DownloadDialog to confirm the download.
Syntax: public
Button
OkButton { get; }
OpenFolder
The OpenFolder button in the IE/Edge version of the DownloadDialog that appears after the download is complete.
Syntax: public
Button
OpenFolder { get; }
SaveAsButton
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
Button
SaveAsButton { get; }
SaveSplitButton
The Save SplitButton in the IE / Edge version of the DownloadDialog to bring up the SaveAs option.
Syntax: public
Button
SaveSplitButton { get; }
Last updated