Possible buttons for to click for a dialog
Namespace:
ArtOfTest.WebAii.Win32.DialogsAssembly: ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)
Syntax
| C# |
|---|
public enum DialogButton |
| Visual Basic (Declaration) |
|---|
Public Enumeration DialogButton |
| Visual C++ |
|---|
public enum class DialogButton |
Members
| Member name | Description | |
|---|---|---|
| OK |
OK button.
| |
| CANCEL |
Cancel button.
| |
| OPEN |
Open button for the Upload dialog.
| |
| YES |
Yes button.
| |
| NO |
No button.
| |
| CLOSE |
The window close button (X).
| |
| RUN |
The run button of a File Download dialog (IE)
| |
| SAVE |
The save button of a File Download dialog (SaveFile for Firefox)
| |
| NOTSET |
Not using the default dismiss buttons
|
