ContentDialogButton 列挙型

定義

コンテンツ ダイアログの既定のボタンを指定する定数を定義します。

public enum class ContentDialogButton
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ContentDialogButton
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ContentDialogButton
Public Enum ContentDialogButton
継承
ContentDialogButton
属性

フィールド

Close 3

[閉じる] ボタンが既定値です。

None 0

既定としてボタンは指定されません。

Primary 1

プライマリ ボタンが既定値です。

Secondary 2

セカンダリ ボタンが既定値です。

注釈

この列挙は、 ContentDialog.DefaultButton プロパティによって使用されます。 既定のボタンは Enter キーに応答し、表示スタイルが異なります。

適用対象