BrowserDialogAction Enum

Definition

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

Cancel 2

The Cancel button.

Close 3

The Close button.

Ignore 7

The Ignore button.

No 6

The No button.

None 0

No dialog button.

Ok 1

The OK button.

PromptText 4

The prompt field.

Retry 8

The Retry button.

Yes 5

The Yes button.

Applies to