SaveAsDialog
Class
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class SaveAsDialog : BaseDialog, IDialog
Inheritance: objectBaseDialogSaveAsDialog
Implements:
Inherited Members
Constructors
C#
protected SaveAsDialog(Browser parentBrowser, DialogButton dismissButton, string filePath, Desktop desktopObject)
C#
protected SaveAsDialog(WpfApplication application, DialogButton dismissButton, string filePath, string title, Desktop desktopObject)
Properties
C#
public string SaveFileName { get; set; }
Methods
C#
public static SaveAsDialog CreateSaveAsDialog(Browser parentBrowser, DialogButton dismissButton, string filePath, Desktop desktopObject)
C#
public static SaveAsDialog CreateSaveAsDialog(WpfApplication application, DialogButton dismissButton, string filePath, string title = null)
C#
public override void Handle()
Overrides:
C#
public override bool IsDialogActive(WindowCollection dialogs)
Overrides: