Possible buttons for to click for a dialog
| C# | Visual Basic | Visual Basic Usage |
public enum DialogButton
Public Enumeration DialogButton
Dim instance As DialogButton
| Member | 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
|
