ExceptionMessageBox.DefaultButton 属性

定义

获取或设置消息框上的默认按钮。

public:
 property Microsoft::SqlServer::MessageBox::ExceptionMessageBoxDefaultButton DefaultButton { Microsoft::SqlServer::MessageBox::ExceptionMessageBoxDefaultButton get(); void set(Microsoft::SqlServer::MessageBox::ExceptionMessageBoxDefaultButton value); };
public Microsoft.SqlServer.MessageBox.ExceptionMessageBoxDefaultButton DefaultButton { get; set; }
member this.DefaultButton : Microsoft.SqlServer.MessageBox.ExceptionMessageBoxDefaultButton with get, set
Public Property DefaultButton As ExceptionMessageBoxDefaultButton

属性值

一个 ExceptionMessageBoxDefaultButton 对象。

注解

默认值为 Button1

适用于