> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameUiMessageDialogButton

> XGameUiMessageDialogButton

# XGameUiMessageDialogButton

カスタマイズ可能なメッセージ ダイアログ ボックス内のボタンを列挙します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
enum class XGameUiMessageDialogButton : uint32_t  
{  
    First = 0,  
    Second = 1,  
    Third = 2  
}  
```

<a id="constantsSection" />

## 定数

| 定数     | 説明        |
| ------ | --------- |
| First  | 最初のボタン。   |
| Second | 2 番目のボタン。 |
| Third  | 3 番目のボタン。 |

<a id="remarksSection" />

## 解説

`XGameUiShowMessageDialogAsync` 関数の 2 つの入力パラメーターがこの列挙型を使用します。詳細については、[XGameUiShowMessageDialogAsync](/reference/system/xgameui/functions/xgameuishowmessagedialogasync) の「解説」セクションを参照してください。

[XGameUiShowMessageDialogResult](/reference/system/xgameui/functions/xgameuishowmessagedialogresult) 関数の出力パラメーターもこの列挙型を使用します。

<a id="requirementsSection" />

## 要件

**ヘッダー:** XGameUI.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

<a id="seealsoSection" />

## 関連項目

[XGameUI](/reference/system/xgameui/xgameui_members)


## Related topics

- [XGameUiSetMessageDialogUiResponse](/ja-jp/reference/system/xgameui/functions/xgameuisetmessagedialoguiresponse.md)
- [XGameUiShowMessageDialogResult](/ja-jp/reference/system/xgameui/functions/xgameuishowmessagedialogresult.md)
- [XGameUiShowMessageDialogAsync](/ja-jp/reference/system/xgameui/functions/xgameuishowmessagedialogasync.md)
- [XGameUiShowMessageDialogUiCallback](/ja-jp/reference/system/xgameui/functions/xgameuishowmessagedialoguicallback.md)
- [XGameUI](/ja-jp/reference/system/xgameui/xgameui_members.md)
