Dela via


ExceptionMessageBox.OKButtonText Property

Gets the default text for the OK button

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Shared ReadOnly Property OKButtonText As String
    Get
'Usage
Dim value As String

value = ExceptionMessageBox.OKButtonText
public static string OKButtonText { get; }
public:
static property String^ OKButtonText {
    String^ get ();
}
static member OKButtonText : string
static function get OKButtonText () : String

Property Value

Type: System.String
A String value.

Remarks

The OKButtonText property specifies customized button text while it maintains the functionality of the OK button.