In This Article

UserPromptStandardResult Enum

Defines a standard response from interacting with a UserPromptControl.

public enum UserPromptStandardResult

Fields

Name Description
Abort

The 'Abort' button was invoked.

Cancel

The 'Cancel' button was invoked.

Close

The 'Close' button was invoked.

CustomButton

A custom button was invoked.

Help

The 'Help' button was invoked.

Ignore

The 'Ignore' button was invoked.

No

The 'No' button was invoked.

None

No result.

OK

The 'OK' button was invoked.

Retry

The 'Retry' button was invoked.

Yes

The 'Yes' button was invoked.

Extension Methods