BrowserDialogAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the kind of element in a browser dialog window.
public enum class BrowserDialogAction
public enum BrowserDialogAction
type BrowserDialogAction =
Public Enum BrowserDialogAction
- Inheritance
-
BrowserDialogAction
Fields
Name | Value | Description |
---|---|---|
None | 0 | No dialog button. |
Ok | 1 | The OK button. |
Cancel | 2 | The Cancel button. |
Close | 3 | The Close button. |
PromptText | 4 | The prompt field. |
Yes | 5 | The Yes button. |
No | 6 | The No button. |
Ignore | 7 | The Ignore button. |
Retry | 8 | The Retry button. |