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 键,并具有不同的视觉样式。

适用于