> ## 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.

# XGameUiTextEntryVisibilityFlags

> XGameUiTextEntryVisibilityFlags

# XGameUiTextEntryVisibilityFlags

仮想キーボードの表示状態を示すフラグ。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
enum class XGameUiTextEntryVisibilityFlags : uint32_t  
{  
    Default = 0x0,  
    OnlyShowCandidates = 0x1
}  
```

<a id="constantsSection" />

## 定数

| 定数                 | 説明                         |
| ------------------ | -------------------------- |
| Default            | 候補リストを含む完全な仮想キーボードが表示されます。 |
| OnlyShowCandidates | 候補リストのみが表示されます。            |

<a id="requirementsSection" />

## 要件

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

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

<a id="seealsoSection" />

## 関連項目

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


## Related topics

- [XGameUiTextEntryUpdateVisibility](/ja-jp/reference/system/xgameui/functions/xgameuitextentryupdatevisibility.md)
- [XGameUiTextEntryOptions](/ja-jp/reference/system/xgameui/structs/xgameuitextentryoptions.md)
- [XGameUI](/ja-jp/reference/system/xgameui/xgameui_members.md)
- [XGameUiTextEntryChangeTypeFlags](/ja-jp/reference/system/xgameui/enums/xgameuitextentrychangetypeflags.md)
- [XGameUiTextEntryGetState](/ja-jp/reference/system/xgameui/functions/xgameuitextentrygetstate.md)
