Proprietà OKButtonText
Gets the default text for the OK button
Spazio dei nomi Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property OKButtonText As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value.
Osservazioni
The OKButtonText property specifies customized button text while it maintains the functionality of the OK button.