XGameUiMessageDialogButton

Enumerates buttons in a customizable message dialog box.

Syntax

enum class XGameUiMessageDialogButton : uint32_t  
{  
    First = 0,  
    Second = 1,  
    Third = 2  
}  

Constants

Constant Description
First The first button.
Second The second button.
Third The third button.

Remarks

Two input parameters of the XGameUiShowMessageDialogAsync function use this enumeration. For more information, see the Remarks section of XGameUiShowMessageDialogAsync.

An output parameter of the XGameUiShowMessageDialogResult function also uses this enumeration.

Requirements

Header: XGameUI.h

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

XGameUI