Partager via


Propriété OKButtonText

Gets the default text for the OK button

Espace de noms :  Microsoft.SqlServer.MessageBox
Assembly :  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property OKButtonText As String
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .String
A String value.

Notes

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