ContentDialogButton 枚举

定义

定义指定内容对话框中的默认按钮的常量。

public enum class ContentDialogButton
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class ContentDialogButton
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum ContentDialogButton
Public Enum ContentDialogButton
继承
ContentDialogButton
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

字段

Close 3

“关闭”按钮是默认按钮。

None 0

未将任何按钮指定为默认值。

Primary 1

默认为主按钮。

Secondary 2

辅助按钮是默认按钮。

注解

ContentDialog.DefaultButton 属性使用此枚举。 默认按钮响应 Enter 键,并具有不同的视觉样式。

适用于