In This Article

UserPromptDisplayMode Enum

Specifies the mode used for displaying user prompts.

public enum UserPromptDisplayMode

Fields

Name Description
Dialog

User prompts are displayed in a dialog.

DialogPreferred

User prompts are displayed in a dialog on platforms that support multiple windows as long as no other user prompt overlays are currently shown; otherwise they are displayed in an overlay on top of the view.

Overlay

User prompts are displayed in an overlay on top of the view.