共用方式為


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

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.

Applies to